From f9527099ab18f1d71ee3d1a51f8713773686d8b3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 22 Sep 2022 16:54:45 +0200 Subject: [PATCH] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index e669dec01..6c5cdb3a7 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -7,7 +7,8 @@ server { root /opt/recipes/cookbook; location /switch-space { - proxy_pass http://127.0.0.1:8080/switch-space; + proxy_pass http://127.0.0.1:8080/switch-space; + proxy_set_header Host $http_host; } location / {