We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f091e5 + 603c59a commit efb5789Copy full SHA for efb5789
docs/source/howto/configuration/config-proxy.md
@@ -79,7 +79,7 @@ server {
79
location / {
80
proxy_pass http://127.0.0.1:8000;
81
proxy_set_header X-Real-IP $remote_addr;
82
- proxy_set_header Host $host;
+ proxy_set_header Host $http_host;
83
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
84
85
# websocket headers
0 commit comments