Update ingress.conf

This commit is contained in:
Alexandre
2022-09-22 17:13:37 +02:00
committed by GitHub
parent 25b490c186
commit 4680b0b004

View File

@@ -9,6 +9,10 @@ server {
location /switch-space {
proxy_pass http://127.0.0.1:8080/switch-space;
proxy_set_header Host $http_host;
proxy_buffering off;
proxy_read_timeout 30;
proxy_set_header Connection "Upgrade";
proxy_set_header Upgrade $http_upgrade;
}
location / {