Update ingress.conf

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

View File

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