proxies: fix odcs redirect and add bugs redirect
For ticket 12030 we want to add a 'bugs.fedoraproject.org' redirect to the page on how to file bugs. This does that and also cleans up an ordering issue to finish off odcs redirects. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b9ec7574ad
commit
ace9d37537
2 changed files with 21 additions and 7 deletions
|
@ -895,13 +895,6 @@
|
|||
tags:
|
||||
- pdc
|
||||
|
||||
# - role: httpd/redirect
|
||||
# shortname: 00-old-odcs
|
||||
# website: odcs.fedoraproject.org
|
||||
# target: https://dl.fedoraproject.org/pub/eln/1/
|
||||
# tags:
|
||||
# - odcs
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: 00-old-odcs-repo
|
||||
website: odcs.fedoraproject.org
|
||||
|
@ -909,3 +902,17 @@
|
|||
target: https://dl.fedoraproject.org/pub/eln/1/$1
|
||||
tags:
|
||||
- odcs
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: 01-old-odcs
|
||||
website: odcs.fedoraproject.org
|
||||
target: https://dl.fedoraproject.org/pub/eln/1/
|
||||
tags:
|
||||
- odcs
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: bugs
|
||||
website: bugs.fedoraproject.org
|
||||
target: https://docs.fedoraproject.org/en-US/quick-docs/bugzilla-file-a-bug
|
||||
tags:
|
||||
- bugs
|
||||
|
|
|
@ -1213,3 +1213,10 @@
|
|||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags:
|
||||
- webhook2fedmsg
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "bugs{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags:
|
||||
- bugs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue