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: more flexible resource definitions Created Sept. 25, 2017, 9:18 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 | « hiera/roles/web/fileserver/eyeofiles.yaml ('k') | modules/adblockplus/manifests/web/fileserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/files/nginx/fileserver.conf
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/adblockplus/files/nginx/fileserver.conf
@@ -0,0 +1,3 @@
+ location / {
+ root /var/www/$host;
+ }
« no previous file with comments | « hiera/roles/web/fileserver/eyeofiles.yaml ('k') | modules/adblockplus/manifests/web/fileserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld