Commit 48e12fad authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Web server logs should be rotated away even if they are empty to allow log...

Web server logs should be rotated away even if they are empty to allow log analyzer to pick up correct log file daily
parent 7165a663
...@@ -45,6 +45,7 @@ define NGINX_LOGROTATE ...@@ -45,6 +45,7 @@ define NGINX_LOGROTATE
daily daily
rotate 91 rotate 91
missingok missingok
ifempty
sharedscripts sharedscripts
compress compress
postrotate postrotate
...@@ -56,6 +57,7 @@ define NGINX_LOGROTATE ...@@ -56,6 +57,7 @@ define NGINX_LOGROTATE
daily daily
rotate 91 rotate 91
missingok missingok
ifempty
sharedscripts sharedscripts
compress compress
postrotate postrotate
......
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