CONFIG: nextcloud log dirs
This commit is contained in:
parent
7aa7eacacf
commit
8dd09ad4f8
@ -17,4 +17,4 @@ cp -rv default_configs/var/www/html/config/ /var/www/html/
|
||||
#Create log dirs
|
||||
mkdir -pv /root/logs/nginx
|
||||
mkdir -pv /root/logs/php-fpm
|
||||
|
||||
mkdir -pv /root/logs/nextcloud
|
||||
|
@ -878,7 +878,7 @@ $CONFIG = [
|
||||
*
|
||||
* Defaults to ``[datadirectory]/nextcloud.log``
|
||||
*/
|
||||
'logfile' => '/var/log/nextcloud.log',
|
||||
'logfile' => '/root/logs/nextcloud/nextcloud.log',
|
||||
|
||||
/**
|
||||
* Name of the file to which the audit logs are written if parameter
|
||||
@ -886,7 +886,7 @@ $CONFIG = [
|
||||
*
|
||||
* Defaults to ``[datadirectory]/audit.log``
|
||||
*/
|
||||
'logfile_audit' => '/var/log/audit.log',
|
||||
'logfile_audit' => '/root/logs/nextcloud/audit.log',
|
||||
|
||||
/**
|
||||
* Log file mode for the Nextcloud logging type in octal notation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user