mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
captive: Reindent apache configuration
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user