Added log_rotate_size to nextcloud

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-11-10 07:38:27 +00:00
parent ce6b933f10
commit 2732a24201

View File

@@ -56,7 +56,8 @@ data:
general.config.php: |- general.config.php: |-
<?php <?php
$CONFIG = array ( $CONFIG = array (
'overwriteprotocol' => 'https' 'overwriteprotocol' => 'https',
'log_rotate_size' => 100 * 1024 * 1024
); );
.htaccess: |- .htaccess: |-
# line below if for Apache 2.4 # line below if for Apache 2.4