Fix #654: Increased default upload limit from 30 to 100MB
This commit is contained in:
parent
15e4815564
commit
5cbd92dcb0
7 changed files with 8 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue