diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 1aa283805e..2c09c77920 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -874,7 +874,7 @@ - role: httpd/redirectmatch shortname: 00-cloud-redirect website: alt.fedoraproject.org - regex: ^/cloud + regex: ^.*/cloud target: https://fedoraproject.org/cloud/ tags: - cloud diff --git a/roles/httpd/website/templates/robots/alt.fedoraproject.org-robots.txt b/roles/httpd/website/templates/robots/alt.fedoraproject.org-robots.txt new file mode 100644 index 0000000000..e1e4b04626 --- /dev/null +++ b/roles/httpd/website/templates/robots/alt.fedoraproject.org-robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Crawl-delay: 1 + +Disallow: /*/cloud/ \ No newline at end of file