batcave: use RedirectMatch for batcave toplevel redirect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cbf687a58f
commit
c884dc9d30
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
|
||||||
SSLProtocol {{ ssl_protocols }}
|
SSLProtocol {{ ssl_protocols }}
|
||||||
SSLCipherSuite {{ ssl_ciphers }}
|
SSLCipherSuite {{ ssl_ciphers }}
|
||||||
|
|
||||||
Redirect "/" "https://docs.fedoraproject.org/en-US/infra/"
|
RedirectMatch "^/$" "https://docs.fedoraproject.org/en-US/infra/"
|
||||||
# robots location
|
# robots location
|
||||||
Alias /robots.txt /srv/web/robots.txt.lockbox01
|
Alias /robots.txt /srv/web/robots.txt.lockbox01
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue