2 Commits

Author SHA1 Message Date
Alexandre
6d76605283 Update proxy_pass path in ingress.conf 2026-01-05 17:51:20 +01:00
Alexandre
e50c498025 Update proxy_pass configuration in ingress.conf 2026-01-05 17:19:36 +01:00

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?ui_credentials=%%ui_credentials%%;
proxy_pass http://backend/%%path%%/ui/;
}
location /:8123/ {