diff --git a/resources/nginx-template.conf b/resources/nginx-template.conf index 0568372a..e6d796a3 100644 --- a/resources/nginx-template.conf +++ b/resources/nginx-template.conf @@ -6,12 +6,6 @@ upstream socketio-server { 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 { listen 8080; server_name ${FRAPPE_SITE_NAME_HEADER};