diff --git a/conf/nginx.conf b/conf/nginx.conf index 075dc02..291203f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,7 +15,7 @@ location @rewrites { location /api/ { include __FINALPATH__/code/deploy/funkwhale_proxy.conf; # this is needed if you have file import via upload enabled - client_max_body_size 30M; + client_max_body_size 100M; proxy_pass http://127.0.0.1:__PORT__/api/; }