mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 09:20:43 +08:00
Setup a redirect from developers.fp.o -> developer.fp.o (#5216)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -170,6 +170,12 @@
|
||||
website: l10n.fedoraproject.org
|
||||
target: https://translate.fedoraproject.org/
|
||||
|
||||
# This is just a redirect to developer, to make it easier for people to get
|
||||
# here from Red Hat's developers.redhat.com (ticket #5216).
|
||||
- role: httpd/redirect
|
||||
name: developers
|
||||
website: developers.fedoraproject.org
|
||||
target: https://developer.fedoraproject.org/
|
||||
|
||||
# Redirect specific websites from fedoraproject.org to getfedora.org
|
||||
- role: httpd/redirect
|
||||
|
||||
@@ -473,6 +473,13 @@
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
# This is just a redirect to developer, to make it easier for people to get
|
||||
# here from Red Hat's developers.redhat.com (ticket #5216).
|
||||
- role: httpd/website
|
||||
name: developers.fedoraproject.org
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
# Kinda silly that we have two entries here, one for prod and one for stg.
|
||||
# This is inherited from our puppet setup -- we can collapse them as soon as
|
||||
# is convenient. -- threebean
|
||||
|
||||
Reference in New Issue
Block a user