From 05adeb10e8823540528c442a30b77446872ad475 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 13 Nov 2023 09:34:36 +0100 Subject: [PATCH] Allow > 1G nextcloud uploads --- ServeNix/services/nextcloud.nix | 3 +++ 1 file changed, 3 insertions(+) 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";