mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
correct ingress
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "10.7.7-1-ls155",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "10.7.7-1-ls155-ingress",
|
||||
"version": "10.7.7-1-ls155-ingress2",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
}
|
||||
|
||||
@@ -12,11 +12,6 @@ server {
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Content-Type-Options "nosniff";
|
||||
|
||||
location = / {
|
||||
return 302 http://$host/web/;
|
||||
#return 302 https://$host/web/;
|
||||
}
|
||||
|
||||
location /web/ {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_pass http://127.0.0.1:8096/web/index.html;
|
||||
|
||||
Reference in New Issue
Block a user