From 4ddf453804d10c387297fb1a5acb1e6694daddbc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 4 Sep 2016 09:27:29 +0100 Subject: [PATCH] captive: Reindent apache configuration Signed-off-by: Michael Tremer --- config/httpd/vhosts.d/captive.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 -- 2.39.5