diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-25 15:53:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-25 15:53:05 -0300 |
commit | 93724a601eebabec0a7569b34e8fe7cc33715fec (patch) | |
tree | f995e13c9dffa03eb1c227803ea14ae84d0fd089 /files/munin | |
parent | 54cb739c90f166c73ce58784afb57a5a520c509e (diff) | |
download | puppet-nodo-93724a601eebabec0a7569b34e8fe7cc33715fec.tar.gz puppet-nodo-93724a601eebabec0a7569b34e8fe7cc33715fec.tar.bz2 |
Allow munin access
Diffstat (limited to 'files/munin')
-rw-r--r-- | files/munin/apache.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/munin/apache.conf b/files/munin/apache.conf index 553a624..6224281 100644 --- a/files/munin/apache.conf +++ b/files/munin/apache.conf @@ -14,8 +14,8 @@ Alias /munin /var/cache/munin/www #</Location> <Directory /var/cache/munin/www> - Order allow,deny - Allow from localhost 127.0.0.0/8 ::1 + #Order allow,deny + #Allow from localhost 127.0.0.0/8 ::1 Options None # This file can be used as a .htaccess file, or a part of your apache |