Update ingress.conf

This commit is contained in:
Alexandre
2022-09-22 16:54:02 +02:00
committed by GitHub
parent da030815c0
commit 4fbf40c93f

View File

@@ -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;