nextcloud max upload size

This commit is contained in:
Danilo Reyes 2025-03-08 20:00:41 -06:00
parent 9c3645b9eb
commit 5fc6e4247e

View File

@ -89,7 +89,7 @@ in
configureRedis = true;
extraAppsEnable = true;
enableImagemagick = true;
maxUploadSize = "8096M";
maxUploadSize = "4096M";
hostName = cfg.host;
caching = {
redis = true;