Initial commit
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
# /etc/nginx/snippets/websockets.conf
|
||||
# enable websockets: http://nginx.org/en/docs/http/websocket.html
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_redirect off;
|
||||
Reference in New Issue
Block a user