mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
Update ingress.conf
This commit is contained in:
@@ -30,14 +30,5 @@ server {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_set_header Accept-Encoding "";
|
||||
}
|
||||
|
||||
location /media/ {
|
||||
alias %%ingress_entry%%/mediafiles/;
|
||||
client_max_body_size 16M;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
alias %%ingress_entry%%/staticfiles/;
|
||||
client_max_body_size 16M;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user