diff --git a/config/httpd/vhosts.d/captive.conf b/config/httpd/vhosts.d/captive.conf index c6daf7975..4f199dfd7 100644 --- a/config/httpd/vhosts.d/captive.conf +++ b/config/httpd/vhosts.d/captive.conf @@ -5,22 +5,22 @@ Listen 1013 Options ExecCGI - Order allow,deny - Allow from all - + Order allow,deny + Allow from all + - ScriptAlias /cgi-bin/ /srv/web/ipfire/cgi-bin/captive/ + ScriptAlias /cgi-bin/ /srv/web/ipfire/cgi-bin/captive/ Alias /assets/ /srv/web/ipfire/html/captive/assets/ ScriptAlias /favicon.ico /srv/web/ipfire/html/captive/assets/favicon.ico # All unknown URIs will be redirected to the first # redirector script. - ScriptAliasMatch .* /srv/web/ipfire/html/captive/index.cgi + ScriptAliasMatch .* /srv/web/ipfire/html/captive/index.cgi - - Options ExecCGI - Order allow,deny - Allow from all + + Options ExecCGI + Order allow,deny + Allow from all