debug (proxy): change websock capitalisation

This commit is contained in:
thomasabishop 2025-04-13 16:38:40 +01:00
parent 2b9d4b3c92
commit bbbb1e9248

View file

@ -32,5 +32,5 @@ server {
# WebSocket support
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Connection "Upgrade";
}