Added missing client_max_body_size in docker proxy template

This commit is contained in:
Eliot Berriot 2019-01-22 11:13:02 +01:00
parent 28d78458de
commit fea507163a
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ server {
location / {
include /etc/nginx/funkwhale_proxy.conf;
client_max_body_size ${NGINX_MAX_BODY_SIZE};
proxy_pass http://fw/;
}
}