diff --git a/nginx.conf.app.template b/nginx.conf.app.template index 0f6f26a..56fec36 100644 --- a/nginx.conf.app.template +++ b/nginx.conf.app.template @@ -4,9 +4,6 @@ location /$APP/ { proxy_set_header Upgrade \$http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host \$http_host; - proxy_set_header X-Forwarded-Proto \$scheme; - proxy_set_header X-Forwarded-For \$remote_addr; - proxy_set_header X-Forwarded-Port \$server_port; proxy_set_header X-Request-Start \$msec; proxy_connect_timeout 1; proxy_next_upstream error timeout http_500 http_502 http_503 http_504 http_404;