Update ingress.conf

This commit is contained in:
Alexandre
2022-06-29 21:38:18 +02:00
committed by GitHub
parent df02d37deb
commit 9a63d41c02

View File

@@ -30,14 +30,5 @@ server {
add_header Access-Control-Allow-Origin *;
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;
}
}