Added log_rotate_size to nextcloud
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
@@ -56,7 +56,8 @@ data:
|
||||
general.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'overwriteprotocol' => 'https'
|
||||
'overwriteprotocol' => 'https',
|
||||
'log_rotate_size' => 100 * 1024 * 1024
|
||||
);
|
||||
.htaccess: |-
|
||||
# line below if for Apache 2.4
|
||||
|
||||
Reference in New Issue
Block a user