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 / {