mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
add correct extension on log files
This commit is contained in:
parent
0f48eadfa8
commit
ae2076761a
1 changed files with 20 additions and 20 deletions
|
@ -30,7 +30,7 @@ base_cgi = __YNH_WWW_PATH__/cgi
|
||||||
port = __SERVICE_PORT__
|
port = __SERVICE_PORT__
|
||||||
user = www-data
|
user = www-data
|
||||||
group = nogroup
|
group = nogroup
|
||||||
log_file = /var/log/monitorix-httpd
|
log_file = /var/log/monitorix-httpd.log
|
||||||
hosts_deny =
|
hosts_deny =
|
||||||
hosts_allow =
|
hosts_allow =
|
||||||
https_url = y
|
https_url = y
|
||||||
|
@ -44,7 +44,7 @@ base_cgi = __YNH_WWW_PATH__/cgi
|
||||||
|
|
||||||
# Log files pathnames
|
# Log files pathnames
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
log_file = /var/log/monitorix
|
log_file = /var/log/monitorix.log
|
||||||
secure_log = /var/log/secure
|
secure_log = /var/log/secure
|
||||||
mail_log = /var/log/maillog
|
mail_log = /var/log/maillog
|
||||||
milter_gl = /var/milter-greylist/greylist.db
|
milter_gl = /var/milter-greylist/greylist.db
|
||||||
|
|
Loading…
Add table
Reference in a new issue