diff --git a/roles/mgrote_munin_server/templates/apache.conf b/roles/mgrote_munin_server/templates/apache.conf
index b0b5dada..732bdc14 100644
--- a/roles/mgrote_munin_server/templates/apache.conf
+++ b/roles/mgrote_munin_server/templates/apache.conf
@@ -2,23 +2,20 @@
ServerName {{ munin_servername }}
# Redirect requests without /munin to /munin
- RedirectMatch ^/$ /munin-cgi/
+ RedirectMatch ^/$ /munin/
# Existing configuration for serving /munin
Alias /munin /var/cache/munin/www
- Require all granted
- Options None
+ Require all granted
+ Options None
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
- Require all granted
-
- SetHandler fcgid-script
-
-
- SetHandler cgi-script
-
+ Require all granted
+
+ SetHandler fcgid-script
+