Fixed config

This commit is contained in:
Marc Wieland 2025-07-25 13:13:26 +02:00
parent 86b40c42ef
commit 42731ebcf7

View File

@ -9,9 +9,9 @@ server {
location ^~ /api/ {
proxy_pass http://schiri-backend:3000/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection keep-alive;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_cache_bypass $http_upgrade;
}