Files
instance-setup-stuff/authelia/nginx_snippets/websocket.conf
Kaushik Narayan R 4495f333d8 bruh moment
whitespace/formatting diff
2026-02-15 16:27:20 -08:00

4 lines
100 B
Plaintext

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