]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
captive: Reindent apache configuration
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Sep 2016 08:27:29 +0000 (09:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Dec 2016 13:04:33 +0000 (14:04 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/httpd/vhosts.d/captive.conf

index c6daf7975bf5553c6d941dfb40c5f09278e5bcf6..4f199dfd7a4966958e08dbf2f09701f38062f958 100644 (file)
@@ -5,22 +5,22 @@ Listen 1013
 
        <Directory /srv/web/ipfire/html/captive>
                Options ExecCGI
-               Order allow,deny
-               Allow from all
-    </Directory>
+               Order allow,deny
+               Allow from all
+       </Directory>
 
-    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
 
-       <Directory /srv/web/ipfire/cgi-bin/captive>
-               Options ExecCGI 
-       Order allow,deny
-               Allow from all
+       <Directory /srv/web/ipfire/cgi-bin/captive>
+               Options ExecCGI
+               Order allow,deny
+               Allow from all
        </Directory>
 </VirtualHost>