summaryrefslogtreecommitdiff
path: root/templates/site.conf
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2014-01-25 06:22:18 -0800
committerduritong <peter.meier+github@immerda.ch>2014-01-25 06:22:18 -0800
commit21eeb6c772a2e8b362b6917694f169d5b2c7032d (patch)
tree5d851c42f824570900fa5896c50be65fe2d31632 /templates/site.conf
parent09316f8abaa90b816be0c3dae35c86b41959bd2b (diff)
parent151b37a22ee5822101aa316d0c0620ad535c80d1 (diff)
Merge pull request #30 from oxilion/file-cleanup
Clean up files by using templates
Diffstat (limited to 'templates/site.conf')
-rw-r--r--templates/site.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/site.conf b/templates/site.conf
deleted file mode 100644
index 842bde0..0000000
--- a/templates/site.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-<VirtualHost *>
- ServerName <%= @name %>
- DocumentRoot /var/cache/munin/www/
- <Location />
- order allow,deny
- Allow from all
- </Location>
-</VirtualHost>
-