Skip to content

Instantly share code, notes, and snippets.

@jirfag
jirfag / nginx_ws.conf
Created April 27, 2016 17:16
Nginx websockets config
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
server {
listen 80;
server_name ws.disaev.ru;
location / {