Changing logrotate from 52 days to 14 because of a typo and similar bug. Bug #805322

This commit is contained in:
Michael Lustfield 2015-12-10 04:09:20 -06:00
parent b1928b468d
commit 255c62e0b5
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
nginx (1.9.6-3) UNRELEASED; urgency=medium
* debian/nginx-common.nginx.logrotate:
+ Switching logrotate to 14 days. (Closes: #805322)
-- Michael Lustfield <michael@lustfield.net> Thu, 10 Dec 2015 04:07:29 -0600
nginx (1.9.6-2) unstable; urgency=medium
[ Christos Trochalakis]

View file

@ -1,7 +1,7 @@
/var/log/nginx/*.log {
weekly
missingok
rotate 52
rotate 14
compress
delaycompress
notifempty