From a1df7c59bf97f1fcbd5e1f8ed15ae992cc55f87f Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 5 Dec 2023 21:54:47 +0100 Subject: [PATCH] feat(nextcloud): Increase max upload size --- machines/compute01/nextcloud.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/compute01/nextcloud.nix b/machines/compute01/nextcloud.nix index 4079f2f..bcee2b7 100644 --- a/machines/compute01/nextcloud.nix +++ b/machines/compute01/nextcloud.nix @@ -37,6 +37,8 @@ in { }; }; + maxUploadSize = "4G"; + poolSettings = { pm = "dynamic"; "pm.max_children" = 64;