We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5aaad commit 8c4fcc6Copy full SHA for 8c4fcc6
docs/guide/changing-base.md
@@ -42,5 +42,8 @@ location ^~ /foobar/ {
42
chunked_transfer_encoding off;
43
proxy_buffering off;
44
proxy_cache off;
45
+ proxy_http_version 1.1;
46
+ proxy_set_header Upgrade $http_upgrade;
47
+ proxy_set_header Connection "upgrade";
48
}
49
```
0 commit comments