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

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

Issue 29465608: #1574 - Update template syntax in nginx module (Closed)
Patch Set: Created June 14, 2017, 12:39 p.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 | « no previous file | modules/nginx/templates/nginx.conf.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nginx/templates/logrotate.erb
===================================================================
--- a/modules/nginx/templates/logrotate.erb
+++ b/modules/nginx/templates/logrotate.erb
@@ -1,4 +1,4 @@
-/var/log/nginx/<%= log %> {
+/var/log/nginx/<%= @log %> {
daily
rotate 30
compress
« no previous file with comments | « no previous file | modules/nginx/templates/nginx.conf.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld