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

Delta Between Two Patch Sets: modules/adblockplus/files/nginx/fileserver.conf

Issue 29551585: #2317 - provide role fileserver for eyeofiles.com (Closed) Base URL: https://hg1/infrastructure
Left Patch Set: use single nginx conf based on $host Created Sept. 25, 2017, 11:24 a.m.
Right Patch Set: more flexible resource definitions Created Sept. 25, 2017, 9:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « hiera/roles/web/fileserver/eyeofiles.yaml ('k') | modules/adblockplus/manifests/web/fileserver.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Generated by puppet module adblockplus::web::fileserver
mathias 2017/09/25 17:06:03 Use `# Puppet: <%= $title %>` to not hard-code the
f.nicolaisen 2017/09/25 20:21:18 Should I switch this static file to be a template
mathias 2017/09/25 21:08:50 You can also remove that stuff, or just use anothe
f.nicolaisen 2017/09/25 21:19:47 Acknowledged.
2 location / { 1 location / {
3 root /var/www/$host; 2 root /var/www/$host;
4 } 3 }
5
LEFTRIGHT

Powered by Google App Engine
This is Rietveld