Update ingress.conf

This commit is contained in:
Alexandre
2021-05-13 22:18:09 +02:00
committed by GitHub
parent b6cc817a5a
commit 7973b7bcc4

View File

@@ -19,14 +19,7 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass ws://backend/;
}
location /wsa/ {
add_header Access-Control-Allow-Origin *;
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass ws://backend;
proxy_pass http://backend/;
}
}