diff --git a/ServeNix/services/nextcloud.nix b/ServeNix/services/nextcloud.nix index f775e85..df37feb 100644 --- a/ServeNix/services/nextcloud.nix +++ b/ServeNix/services/nextcloud.nix @@ -72,6 +72,9 @@ environment = { # Don't add PUID/PGID/TZ or sth like that! + # Allow uploads larger than 1GB + APACHE_BODY_LIMIT = "0"; + # Proxy APACHE_DISABLE_REWRITE_IP = "1"; TRUSTED_DOMAINS = "nextcloud.local.chriphost.de local.chriphost.de nextcloud.vps.chriphost.de vps.chriphost.de";