mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Update ingress.conf
This commit is contained in:
@@ -32,12 +32,12 @@ server {
|
||||
}
|
||||
|
||||
location /media/ {
|
||||
alias /mediafiles/;
|
||||
alias %%ingress_entry%%/mediafiles/;
|
||||
client_max_body_size 16M;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
alias /staticfiles/;
|
||||
alias %%ingress_entry%%/staticfiles/;
|
||||
client_max_body_size 16M;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user