mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 18:21:51 +02:00
Update ingress.conf
This commit is contained in:
@@ -6,6 +6,10 @@ server {
|
|||||||
|
|
||||||
root /opt/recipes/cookbook;
|
root /opt/recipes/cookbook;
|
||||||
|
|
||||||
|
location /switch-space {
|
||||||
|
proxy_pass http://127.0.0.1:8080/switch-space;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8080;
|
proxy_pass http://127.0.0.1:8080;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
|||||||
Reference in New Issue
Block a user