mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-29 07:57:40 +01:00
Update ingress.conf
This commit is contained in:
@@ -7,11 +7,7 @@ server {
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_connect_timeout 30m;
|
||||
proxy_send_timeout 30m;
|
||||
proxy_read_timeout 30m;
|
||||
proxy_pass http://backend/web/;
|
||||
root /var/www/html/emby;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user