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; |
+ } |
+ |