diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index aee298030..e669dec01 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -6,6 +6,10 @@ server { root /opt/recipes/cookbook; + location /switch-space { + proxy_pass http://127.0.0.1:8080/switch-space; + } + location / { proxy_pass http://127.0.0.1:8080; proxy_buffering off;