mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update ingress.conf
This commit is contained in:
@@ -9,13 +9,13 @@ server {
|
||||
location / {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_read_timeout 30;
|
||||
proxy_pass http://127.0.0.1:2202;
|
||||
proxy_pass http://127.0.0.1:2202/ubooquity/;
|
||||
}
|
||||
|
||||
location /admin/ {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_read_timeout 30;
|
||||
proxy_pass http://127.0.0.1:2203;
|
||||
proxy_pass http://127.0.0.1:2203/ubooquity/;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user