Increased max body size in dev

This commit is contained in:
Eliot Berriot 2018-05-21 20:34:03 +02:00
commit ca104d6450
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

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