Skip to content

Commit fd049a9

Browse files
committed
remove adding sec-websocket-protocol manually since that breaks things instead of fixing it
1 parent e9ecfa3 commit fd049a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ http {
170170
# websocket headers
171171
proxy_set_header Upgrade $http_upgrade;
172172
proxy_set_header Connection $connection_upgrade;
173-
proxy_set_header Sec-WebSocket-Protocol $http_sec_websocket_protocol;
174173
# fix "upstream sent too big header/body"
175174
proxy_buffer_size 16k;
176175
# proxy_buffer_size + 8k

0 commit comments

Comments
 (0)