batcave: redirect top infrastructure page to docs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c667f08813
commit
73c4e62b57
2 changed files with 7 additions and 0 deletions
|
@ -652,3 +652,9 @@
|
|||
tags:
|
||||
- batcave
|
||||
- hotfix
|
||||
|
||||
- name: Empty default welcome.conf
|
||||
copy: dest=/etc/httpd/conf.d/welcome.conf content=""
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue