Changing logrotate from 52 days to 14 because of a typo and similar bug. Bug #805322
This commit is contained in:
parent
b1928b468d
commit
255c62e0b5
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -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]
|
||||
|
|
|
|||
2
debian/nginx-common.nginx.logrotate
vendored
2
debian/nginx-common.nginx.logrotate
vendored
|
|
@ -1,7 +1,7 @@
|
|||
/var/log/nginx/*.log {
|
||||
weekly
|
||||
missingok
|
||||
rotate 52
|
||||
rotate 14
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue