| Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 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 | |
| LEFT | RIGHT |