We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cd966 commit a2af94cCopy full SHA for a2af94c
nginx/provider/provider.template.conf
@@ -24,14 +24,9 @@ server {
24
proxy_pass $backend;
25
proxy_http_version 1.1;
26
27
- # Disable buffering and gzip for WebSocket connections
+ # Disable buffering for WebSocket connections
28
# This ensures the 101 Switching Protocols response is sent immediately
29
proxy_buffering off;
30
- gzip off;
31
-
32
- # Strip Content-Encoding header from upstream 101 responses
33
- # Some backends (CasaOS) incorrectly include this header
34
- proxy_hide_header Content-Encoding;
35
36
# WebSocket support
37
set $connection_upgrade '';
0 commit comments