Update ingress.conf

This commit is contained in:
Alexandre
2023-03-17 10:29:45 +01:00
committed by GitHub
parent 798f327d02
commit 906eda198f

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:8080;
proxy_pass http://127.0.0.1:7474;
# Allow signalr
proxy_http_version 1.1;