diff --git a/proxy_pass/websocket.conf b/proxy_pass/websocket.conf new file mode 100644 index 0000000..20067cd --- /dev/null +++ b/proxy_pass/websocket.conf @@ -0,0 +1,3 @@ +proxy_http_version 1.1; +proxy_set_header Upgrade $http_upgrade; +proxy_set_header Connection $connection_upgrade; \ No newline at end of file