apache: fix ipaddr_whitelist path

This commit is contained in:
Jérémy Lecour 2017-10-07 12:56:05 +02:00
parent be84ab434e
commit 0e9fab48f5

View file

@ -24,7 +24,7 @@
<Location /munin-cgi/munin-cgi-graph>
Options +ExecCGI
Require all denied
Include /etc/apache2/private_ipaddr_whitelist.conf
Include /etc/apache2/ipaddr_whitelist.conf
</Location>
# For CGI Scripts. We need to set Directory directive as ScriptAlias take precedence.