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;