summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@aktivix.org>2012-06-28 20:50:28 +0200
committervarac <varacanero@zeromail.org>2012-07-13 13:42:57 +0200
commitea31faee76141646c173d88bd5bec5aa4a773c1c (patch)
treec177886014b2899ef8b1713970d013f0cc8b8674 /templates
parenta7979748a2ed642cad742023f201617fb29c9e2b (diff)
Default munin htmldir in Debian moved some time ago to
/var/cache/munin/www This commit makes sure that you have it set correctly
Diffstat (limited to 'templates')
-rw-r--r--templates/site.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/site.conf b/templates/site.conf
index 549437c..52ddb53 100644
--- a/templates/site.conf
+++ b/templates/site.conf
@@ -1,6 +1,6 @@
<VirtualHost *>
ServerName <%= name %>
- DocumentRoot /var/www/munin/
+ DocumentRoot /var/cache/munin/www/
<Location />
order allow,deny
Allow from all