Update ingress.conf

This commit is contained in:
Alexandre
2021-08-02 11:28:35 +02:00
committed by GitHub
parent 7db08941a1
commit 113d50f71e

View File

@@ -11,7 +11,7 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass http://backend/%%baseurl%%/;
proxy_pass http://backend;
}
}