mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Update ingress.conf
This commit is contained in:
@@ -6,8 +6,15 @@ server {
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
root /var/www/html/emby;
|
||||
}
|
||||
location / {
|
||||
proxy_read_timeout 30;
|
||||
proxy_pass http://backend;
|
||||
proxy_set_header Range $http_range;
|
||||
proxy_set_header If-Range $http_if_range;
|
||||
}
|
||||
|
||||
location /embywebsocket {
|
||||
proxy_pass http://backend;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user