batcave: use RedirectMatch for batcave toplevel redirect

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-17 15:51:46 -07:00
parent cbf687a58f
commit c884dc9d30

View file

@ -134,7 +134,7 @@ ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
SSLProtocol {{ ssl_protocols }}
SSLCipherSuite {{ ssl_ciphers }}
Redirect "/" "https://docs.fedoraproject.org/en-US/infra/"
RedirectMatch "^/$" "https://docs.fedoraproject.org/en-US/infra/"
# robots location
Alias /robots.txt /srv/web/robots.txt.lockbox01