mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
fix: sync nginx template from bench changes (#1242)
This commit is contained in:
parent
7f8d794835
commit
dddb791c81
1 changed files with 0 additions and 6 deletions
|
|
@ -6,12 +6,6 @@ upstream socketio-server {
|
||||||
server ${SOCKETIO} fail_timeout=0;
|
server ${SOCKETIO} fail_timeout=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Parse the X-Forwarded-Proto header - if set - defaulting to $scheme.
|
|
||||||
map $http_x_forwarded_proto $proxy_x_forwarded_proto {
|
|
||||||
default $scheme;
|
|
||||||
https https;
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 8080;
|
||||||
server_name ${FRAPPE_SITE_NAME_HEADER};
|
server_name ${FRAPPE_SITE_NAME_HEADER};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue