Increased max body size in dev

This commit is contained in:
Eliot Berriot 2018-05-21 20:34:03 +02:00
parent 7b71463ef8
commit ca104d6450
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ http {
server { server {
listen 6001; listen 6001;
charset utf-8; charset utf-8;
client_max_body_size 20M; client_max_body_size 30M;
include /etc/nginx/funkwhale_proxy.conf; include /etc/nginx/funkwhale_proxy.conf;
location /_protected/media { location /_protected/media {
internal; internal;