Update ingress.conf

This commit is contained in:
Alexandre
2021-05-21 21:33:19 +02:00
committed by GitHub
parent 4d82290f18
commit 3e8be1a273

View File

@@ -11,7 +11,7 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass http://backend/joal/ui/;
proxy_pass http://backend/%%path%%/ui/;
}
location /:8123/ {