diff --git a/spec/focus/nextcloud.nix b/spec/focus/nextcloud.nix index 45d011f3..91732de1 100644 --- a/spec/focus/nextcloud.nix +++ b/spec/focus/nextcloud.nix @@ -14,6 +14,7 @@ in { configureRedis = true; webfinger = true; maxUploadSize = "128G"; + fastcgiTimeout = 300; hostName = host; phpExtraExtensions = all: with all; [ bz2 ]; database.createLocally = true;