Commit 2def4376 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased log retention time to 13 weeks (3 months)

parent 90410f66
...@@ -43,7 +43,7 @@ nginx-logrotate: ...@@ -43,7 +43,7 @@ nginx-logrotate:
define NGINX_LOGROTATE define NGINX_LOGROTATE
/var/log/nginx/*access.log { /var/log/nginx/*access.log {
weekly weekly
rotate 3 rotate 13
missingok missingok
sharedscripts sharedscripts
compress compress
...@@ -54,7 +54,7 @@ define NGINX_LOGROTATE ...@@ -54,7 +54,7 @@ define NGINX_LOGROTATE
/var/log/nginx/*error.log { /var/log/nginx/*error.log {
weekly weekly
rotate 3 rotate 13
missingok missingok
sharedscripts sharedscripts
compress 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