batcave: redirect top infrastructure page to docs

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-17 14:55:22 -07:00
parent c667f08813
commit 73c4e62b57
2 changed files with 7 additions and 0 deletions

View file

@ -652,3 +652,9 @@
tags:
- batcave
- hotfix
- name: Empty default welcome.conf
copy: dest=/etc/httpd/conf.d/welcome.conf content=""
tags:
- batcave
- config

View file

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