Files
Homelab/nginx/snippets/websockets.conf
2025-09-01 19:01:24 -05:00

4 lines
100 B
Plaintext

## WebSocket Example
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";