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