1
0
Fork 0
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:
Josué Tille 2023-01-22 03:17:29 +01:00
parent 0f48eadfa8
commit ae2076761a
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -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