mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
batcave: use RedirectMatch for batcave toplevel redirect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user