websites: retire arm.fedoraproject.org
Related: https://pagure.io/fedora-infrastructure/issue/10994
This commit is contained in:
parent
3f1247b005
commit
625b7b5ee1
2 changed files with 8 additions and 34 deletions
|
@ -29,8 +29,6 @@
|
|||
website: flocktofedora.org
|
||||
- role: fedora-web/labs
|
||||
website: labs.fedoraproject.org
|
||||
- role: fedora-web/arm
|
||||
website: arm.fedoraproject.org
|
||||
- role: fedora-web/iot
|
||||
website: iot.fedoraproject.org
|
||||
- role: fedora-web/registry
|
||||
|
|
|
@ -251,6 +251,14 @@
|
|||
tags:
|
||||
- fedoraproject.org
|
||||
|
||||
# ARM redirect
|
||||
- role: httpd/redirect
|
||||
shortname: arm-fedoraproject
|
||||
website: arm.fedoraproject.org
|
||||
target: https://fedoraproject.org/
|
||||
tags:
|
||||
- fedoraproject.org
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: flocktofedora
|
||||
website: flocktofedora.net
|
||||
|
@ -322,14 +330,6 @@
|
|||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-arm-1
|
||||
website: arm.fedoraproject.org
|
||||
regex: /(.*)prerelease.*$
|
||||
target: https://arm.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-labs-2
|
||||
website: labs.fedoraproject.org
|
||||
|
@ -346,14 +346,6 @@
|
|||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-arm-2
|
||||
website: arm.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://arm.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-alt-1
|
||||
website: alt.fedoraproject.org
|
||||
|
@ -380,14 +372,6 @@
|
|||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-arm-1
|
||||
website: arm.fedoraproject.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://arm.fedoraproject.org/$1
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-labs-2
|
||||
website: labs.fedoraproject.org
|
||||
|
@ -404,14 +388,6 @@
|
|||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-arm-2
|
||||
website: arm.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://arm.fedoraproject.org/$1
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-alt-1
|
||||
website: alt.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue