This commit is contained in:
Philip Haupt
2025-10-12 23:16:15 +02:00
parent df92775e77
commit 61abff3d93
2 changed files with 3 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ nextcloud:
<?php
$trustedDomains = getenv('NEXTCLOUD_TRUSTED_DOMAINS');
if ($trustedDomains) {
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trustedProxies)));
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trusted_domains)));
}
# For example, to enable image and text file previews:
# previews.config.php: |-