mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 23:09:14 +02:00
Update ingress.conf
This commit is contained in:
@@ -12,6 +12,12 @@ server {
|
|||||||
proxy_pass http://backend/web/;
|
proxy_pass http://backend/web/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /web/ {
|
||||||
|
add_header Access-Control-Allow-Origin *;
|
||||||
|
proxy_read_timeout 30;
|
||||||
|
proxy_pass http://backend/web/;
|
||||||
|
}
|
||||||
|
|
||||||
location /api/ {
|
location /api/ {
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
proxy_read_timeout 30;
|
proxy_read_timeout 30;
|
||||||
|
|||||||
Reference in New Issue
Block a user