diff --git a/nextcloud-system/nextcloud.yaml b/nextcloud-system/nextcloud.yaml index 3a3881a..1671efd 100644 --- a/nextcloud-system/nextcloud.yaml +++ b/nextcloud-system/nextcloud.yaml @@ -69,9 +69,16 @@ data: 'overwriteprotocol' => 'https', 'overwrite.cli.url' => 'https://dooplex.hu', 'filelocking.enabled' => true, - 'memcache.local' => '\\OC\\Memcache\\APCu', 'default_phone_region' => 'HU', 'allow_local_remote_servers' => true, + 'trusted_proxies' => array ( + '10.42.0.0/16', + '10.43.0.0/16', + '192.168.0.0/24', + ), + 'forwarded_for_headers' => array ( + 'HTTP_X_FORWARDED_FOR', + ), ); previews.config.php: |-