mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
set upload size limit to 100M
This commit is contained in:
parent
7225e446d4
commit
9c6ee6e951
1 changed files with 1 additions and 1 deletions
|
@ -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/;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue