From e50c4980250932982d01f15e58494a68ee46c0c6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:19:36 +0100 Subject: [PATCH] Update proxy_pass configuration in ingress.conf --- joal/rootfs/etc/nginx/servers/ingress.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/rootfs/etc/nginx/servers/ingress.conf b/joal/rootfs/etc/nginx/servers/ingress.conf index 06673e09f..7ec410449 100644 --- a/joal/rootfs/etc/nginx/servers/ingress.conf +++ b/joal/rootfs/etc/nginx/servers/ingress.conf @@ -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_credentials%%; } location /:8123/ {