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

Side by Side Diff: modules/adblockplus/files/nginx/fileserver.conf

Issue 29551585: #2317 - provide role fileserver for eyeofiles.com (Closed) Base URL: https://hg1/infrastructure
Patch Set: use single nginx conf based on $host Created Sept. 25, 2017, 11:24 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 / {
3 root /var/www/$host;
4 }
5
OLDNEW

Powered by Google App Engine
This is Rietveld