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