Files
instance-setup-stuff/authelia/nginx_snippets/websocket.conf

3 lines
99 B
Plaintext

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