mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-02 12:03:18 +02: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