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 2b33a7d + 7923937 commit d0b7d29Copy full SHA for d0b7d29
lib/proxy/proxy.go
@@ -110,6 +110,7 @@ server {
110
proxy_set_header Host $http_host;
111
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
112
proxy_set_header X-Forwarded-Proto $scheme;
113
+ proxy_http_version 1.1;
114
proxy_set_header Upgrade $http_upgrade;
115
proxy_set_header Connection $http_connection;
116
}
0 commit comments