From ac7b6a63c4e8d7c14d27181fdfd956caf1d99b81 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 21 Jan 2016 23:56:54 +0000 Subject: [PATCH] Make proxies redirect copr.fp.o to copr.fic.o Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-redirects.yml | 5 +++++ playbooks/include/proxies-websites.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index ebe172017c..9bcf189242 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -150,6 +150,11 @@ website: fedora.my target: http://www.fedora.my/ + - role: httpd/redirect + name: copr + website: copr.fedoraproject.org + target: https://copr.fedorainfracloud.org/ + - role: httpd/redirect name: join-fedora website: join.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index b1e8e90f10..313a12784f 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -256,6 +256,11 @@ - fedora.my ssl: false + - role: httpd/website + name: copr.fedoraproject.org + sslonly: true + cert_name: "{{wildcard_cert_name}}" + - role: httpd/website name: bugz.fedoraproject.org server_aliases: [bugz.stg.fedoraproject.org]