mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 02:06:04 +02:00
Update ingress.conf
This commit is contained in:
@@ -32,13 +32,11 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /media/ {
|
location /media/ {
|
||||||
include /config/nginx/proxy.conf;
|
|
||||||
alias /mediafiles/;
|
alias /mediafiles/;
|
||||||
client_max_body_size 16M;
|
client_max_body_size 16M;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
include /config/nginx/proxy.conf;
|
|
||||||
alias /staticfiles/;
|
alias /staticfiles/;
|
||||||
client_max_body_size 16M;
|
client_max_body_size 16M;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user