Commit 02b39b22 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should rotate logs daily for three months to accomodate Matomo log analyzer

parent 2def4376
......@@ -42,8 +42,8 @@ export NGINX_SERVICE
nginx-logrotate:
define NGINX_LOGROTATE
/var/log/nginx/*access.log {
weekly
rotate 13
daily
rotate 91
missingok
sharedscripts
compress
......@@ -53,8 +53,8 @@ define NGINX_LOGROTATE
}
/var/log/nginx/*error.log {
weekly
rotate 13
daily
rotate 91
missingok
sharedscripts
compress
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment