diff --git a/conf/nginx.conf b/conf/nginx.conf index 50b908f..175c2ba 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,6 +4,7 @@ location __PATH__/ { proxy_pass https://127.0.0.1:__PORT__/; #Proxy Settings + proxy_http_version 1.1; proxy_redirect off; proxy_set_header Host $host:$server_port; #this redirects the link without port no proxy_set_header X-Real-IP $remote_addr;