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.
1 parent 9122df0 commit 732ead2Copy full SHA for 732ead2
docs/misc.rst
@@ -37,7 +37,7 @@ Assuming that the PyWebIO application is running at the ``localhost:5000`` addre
37
proxy_read_timeout 300s;
38
proxy_send_timeout 300s;
39
proxy_http_version 1.1;
40
- proxy_set_header Host $host:$server_port;
+ proxy_set_header Host $http_host;
41
proxy_set_header Upgrade $http_upgrade;
42
proxy_set_header Connection $connection_upgrade;
43
proxy_pass http://localhost:5000/;
0 commit comments