We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2169045 commit ffc4705Copy full SHA for ffc4705
doc/self-hosted/index.md
@@ -85,6 +85,7 @@ OPTIONS
85
proxy_pass http://localhost:8443/;
86
proxy_set_header Upgrade $http_upgrade;
87
proxy_set_header Connection upgrade;
88
+ proxy_set_header Accept-Encoding gzip;
89
}
90
91
```
0 commit comments