From 4adc0f8fe6ef250a511a242baf08678981e19369 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 22 Sep 2022 17:38:29 +0200 Subject: [PATCH] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index c52b9099f..3cf52a997 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -13,6 +13,10 @@ server { proxy_read_timeout 30; proxy_set_header Connection "Upgrade"; proxy_set_header Upgrade $http_upgrade; + + # Allow ingress subpath + proxy_set_header X-Script-Name %%ingress_entry%%; + proxy_cookie_path / %%ingress_entry%%/; } location / {