1

Allow > 1G nextcloud uploads

This commit is contained in:
2023-11-13 09:34:36 +01:00
parent f2f71f1a1a
commit 05adeb10e8

View File

@ -72,6 +72,9 @@
environment = { environment = {
# Don't add PUID/PGID/TZ or sth like that! # Don't add PUID/PGID/TZ or sth like that!
# Allow uploads larger than 1GB
APACHE_BODY_LIMIT = "0";
# Proxy # Proxy
APACHE_DISABLE_REWRITE_IP = "1"; APACHE_DISABLE_REWRITE_IP = "1";
TRUSTED_DOMAINS = "nextcloud.local.chriphost.de local.chriphost.de nextcloud.vps.chriphost.de vps.chriphost.de"; TRUSTED_DOMAINS = "nextcloud.local.chriphost.de local.chriphost.de nextcloud.vps.chriphost.de vps.chriphost.de";