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 86895e4 commit 1a7ab2dCopy full SHA for 1a7ab2d
examples/nginx.conf
@@ -50,14 +50,14 @@ server {
50
location / {
51
# Forward incoming requests to local tusd instance
52
proxy_pass http://localhost:8080;
53
- proxy_set_header X-Forwarded-Host $host:$server_port;
54
55
# Disable request and response buffering
56
proxy_request_buffering off;
57
proxy_buffering off;
58
proxy_http_version 1.1;
59
60
# Add X-Forwarded-* headers
+ proxy_set_header X-Forwarded-Host $host:$server_port;
61
proxy_set_header X-Forwarded-Proto $scheme;
62
63
proxy_set_header Upgrade $http_upgrade;
0 commit comments