mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
fix: sync nginx template from bench changes (#1242)
This commit is contained in:
parent
7f8d794835
commit
dddb791c81
@ -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 New Issue
Block a user