Fix #654: Increased default upload limit from 30 to 100MB

This commit is contained in:
Eliot Berriot 2019-01-11 09:51:23 +01:00
commit 5cbd92dcb0
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 8 additions and 7 deletions

View file

@ -120,7 +120,7 @@ Then, add the following block at the end of your docker-compose.yml file::
- .env
environment:
# Override those variables in your .env file if needed
- "NGINX_MAX_BODY_SIZE=${NGINX_MAX_BODY_SIZE-30M}"
- "NGINX_MAX_BODY_SIZE=${NGINX_MAX_BODY_SIZE-100M}"
volumes:
- "./nginx/funkwhale.template:/etc/nginx/conf.d/funkwhale.template:ro"
- "./nginx/funkwhale_proxy.conf:/etc/nginx/funkwhale_proxy.conf:ro"