diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 5208f1d895..b37962acdf 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -652,3 +652,9 @@ tags: - batcave - hotfix + +- name: Empty default welcome.conf + copy: dest=/etc/httpd/conf.d/welcome.conf content="" + tags: + - batcave + - config diff --git a/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 b/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 index f8b57969e4..32b047adff 100644 --- a/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 +++ b/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 @@ -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