Update ingress.conf

This commit is contained in:
Alexandre
2021-08-03 13:51:11 +02:00
committed by GitHub
parent 4e4e5dd4cf
commit 68b13fcb13

View File

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