feat(nextcloud): Increase max upload size
This commit is contained in:
parent
791d0327b9
commit
a1df7c59bf
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
maxUploadSize = "4G";
|
||||
|
||||
poolSettings = {
|
||||
pm = "dynamic";
|
||||
"pm.max_children" = 64;
|
||||
|
|
Loading…
Reference in a new issue