From eab045833525f5e7c8082846f6a0aa4962cada0b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:13:08 +0200 Subject: [PATCH] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index c317d8bf7..da449b23b 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -14,8 +14,8 @@ server { proxy_set_header X-Forwarded-Proto $scheme; # http or https # Allow ingress subpath - proxy_set_header X-Script-Name %%ingress_entry%%/; - proxy_cookie_path / %%ingress_entry%%/; + proxy_set_header X-Script-Name %%ingress_entry%%; + proxy_cookie_path / %%ingress_entry%%; # Rewrite url sub_filter_once off;