We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2c834 commit f732bd1Copy full SHA for f732bd1
1 file changed
config/web-server/nginx/gunicorn/sample_nginx_https.conf
@@ -55,6 +55,8 @@ server {
55
location / {
56
autoindex off;
57
proxy_pass http://appname:serviceport;
58
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
59
+ proxy_set_header Host $host;
60
# proxy_redirect http:// https://;
61
}
62
0 commit comments