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: |-
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user