mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Make proxies redirect copr.fp.o to copr.fic.o
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user