Update proxy_pass path in ingress.conf

This commit is contained in:
Alexandre
2026-01-05 17:51:20 +01:00
committed by GitHub
parent e50c498025
commit 6d76605283

View File

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