mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
Update ingress.conf
This commit is contained in:
@@ -31,13 +31,4 @@ server {
|
|||||||
proxy_set_header Accept-Encoding "";
|
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