Update ingress.conf

This commit is contained in:
Alexandre
2023-07-24 15:09:40 +02:00
committed by GitHub
parent 31619c4baa
commit cd6c74af67

View File

@@ -7,7 +7,7 @@ server {
location / {
add_header Access-Control-Allow-Origin *;
proxy_pass http://127.0.0.1:3000;
proxy_pass http://127.0.0.1:6089;
proxy_buffering off;
proxy_read_timeout 30;
proxy_set_header Connection "Upgrade";