Update ingress.conf

This commit is contained in:
Alexandre
2023-03-19 07:20:06 +01:00
committed by GitHub
parent 42e447267c
commit 725b2e121d

View File

@@ -11,7 +11,7 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass http://127.0.0.1:7878;
proxy_pass http://127.0.0.1:8787;
# Allow signalr
proxy_http_version 1.1;