From: Michael Tremer Date: Sun, 4 Sep 2016 08:27:29 +0000 (+0100) Subject: captive: Reindent apache configuration X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ddf453804d10c387297fb1a5acb1e6694daddbc;p=people%2Fms%2Fipfire-2.x.git captive: Reindent apache configuration Signed-off-by: Michael Tremer --- diff --git a/config/httpd/vhosts.d/captive.conf b/config/httpd/vhosts.d/captive.conf index c6daf7975b..4f199dfd7a 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