[graphite-web] Fix typo

Jamie Nguyen jamielinux at fedoraproject.org
Thu Oct 2 10:01:08 UTC 2014


commit be6503255df9c374f6ea05c6f02f32f21e670abf
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu Oct 2 11:00:21 2014 +0100

    Fix typo

 graphite-web-vhost.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/graphite-web-vhost.conf b/graphite-web-vhost.conf
index b79ce41..139c3e4 100644
--- a/graphite-web-vhost.conf
+++ b/graphite-web-vhost.conf
@@ -26,7 +26,7 @@
    <Directory "/usr/share/graphite/">
        <IfModule mod_authz_core.c>
            # Apache 2.4
-           Require all granted
+           Require local
        </IfModule>
        <IfModule !mod_authz_core.c>
            # Apache 2.2


More information about the scm-commits mailing list