vps/roles/nginx/templates/snippets/websocket.conf

3 lines
89 B
Text
Raw Normal View History

proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;