Update ingress.conf

This commit is contained in:
Alexandre
2021-05-14 17:25:11 +02:00
committed by GitHub
parent cd0505e510
commit 0e2cccbe65

View File

@@ -14,4 +14,12 @@ server {
proxy_pass http://backend/%%path%%/ui/;
}
location /ws/ {
add_header Access-Control-Allow-Origin *;
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass http://backend/;
}
}