diff options
author | kwadronaut <kwadronaut@aktivix.org> | 2012-06-28 20:50:28 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@aktivix.org> | 2012-06-28 20:50:28 +0200 |
commit | 04e9748b3a967ddfa876cc1e8831cde0afd2a51a (patch) | |
tree | 732fdbd39570c2c0256f805f0080f13096a16a3e /templates | |
parent | 0161b29068725dfde73e7416c1d745b7fe31b423 (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.conf | 2 |
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 |