Setup a redirect from developers.fp.o -> developer.fp.o (#5216)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
3f3ec207f3
commit
3fa5aaeeba
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue