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

Unified 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.
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
Index: modules/adblockplus/files/nginx/fileserver.conf
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/adblockplus/files/nginx/fileserver.conf
@@ -0,0 +1,5 @@
+ # 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.
+ location / {
+ root /var/www/$host;
+ }
+

Powered by Google App Engine
This is Rietveld