Make proxies redirect copr.fp.o to copr.fic.o
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
701af13c2d
commit
ac7b6a63c4
2 changed files with 10 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue