Update ingress.conf

This commit is contained in:
Alexandre
2022-05-02 09:57:12 +02:00
committed by GitHub
parent 5502669f8f
commit ce212a96ee

View File

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