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