captive: Update configuration for Apache 2.4

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-09-22 19:34:29 +01:00
parent afd0cd232f
commit fb96829a74

View File

@@ -20,13 +20,11 @@ Listen 1013
<Directory /srv/web/ipfire/cgi-bin/captive>
Options ExecCGI
Order allow,deny
Allow from all
Require all granted
</Directory>
<Directory /srv/web/ipfire/html/captive>
Options +FollowSymlinks
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>