Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nginx/templates/logrotate.erb

Issue 29397577: Noissue - Delay compression in Nginx log rotation (Closed)
Patch Set: Created March 29, 2017, 6:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/nginx/files/logrotate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nginx/templates/logrotate.erb
diff --git a/modules/nginx/templates/logrotate.erb b/modules/nginx/templates/logrotate.erb
index fa91066851750b30dcfc9064caefa26c3e6892ef..9d38fed837719ef9ada819332821d97fdcc28823 100644
--- a/modules/nginx/templates/logrotate.erb
+++ b/modules/nginx/templates/logrotate.erb
@@ -2,6 +2,7 @@
daily
rotate 30
compress
+ delaycompress
missingok
nodateext
sharedscripts
« no previous file with comments | « modules/nginx/files/logrotate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld