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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/nginx/templates/nginx.conf.erb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /var/log/nginx/<%= log %> { 1 /var/log/nginx/<%= @log %> {
2 daily 2 daily
3 rotate 30 3 rotate 30
4 compress 4 compress
5 delaycompress 5 delaycompress
6 missingok 6 missingok
7 nodateext 7 nodateext
8 sharedscripts 8 sharedscripts
9 postrotate 9 postrotate
10 [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid` 10 [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
11 endscript 11 endscript
12 } 12 }
OLDNEW
« 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