proxies: redirect spins to new website
This commit is contained in:
parent
18e45433df
commit
a52d44e77b
1 changed files with 6 additions and 32 deletions
|
@ -324,14 +324,6 @@
|
||||||
redirectmatch_enabled: false
|
redirectmatch_enabled: false
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-spins-1
|
|
||||||
website: spins.fedoraproject.org
|
|
||||||
regex: /(.*)prerelease.*$
|
|
||||||
target: https://spins.stg.fedoraproject.org/$1
|
|
||||||
redirectmatch_enabled: false
|
|
||||||
when: env == 'staging'
|
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
shortname: prerelease-to-final-labs-2
|
shortname: prerelease-to-final-labs-2
|
||||||
website: labs.fedoraproject.org
|
website: labs.fedoraproject.org
|
||||||
|
@ -340,14 +332,6 @@
|
||||||
redirectmatch_enabled: false
|
redirectmatch_enabled: false
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-spins-2
|
|
||||||
website: spins.fedoraproject.org
|
|
||||||
regex: /prerelease.*$
|
|
||||||
target: https://spins.stg.fedoraproject.org/$1
|
|
||||||
redirectmatch_enabled: false
|
|
||||||
when: env == 'staging'
|
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
shortname: prerelease-to-final-alt-1
|
shortname: prerelease-to-final-alt-1
|
||||||
website: alt.fedoraproject.org
|
website: alt.fedoraproject.org
|
||||||
|
@ -366,14 +350,6 @@
|
||||||
redirectmatch_enabled: false
|
redirectmatch_enabled: false
|
||||||
when: env != 'staging'
|
when: env != 'staging'
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-spins-1
|
|
||||||
website: spins.fedoraproject.org
|
|
||||||
regex: /(.*)/prerelease.*$
|
|
||||||
target: https://spins.fedoraproject.org/$1
|
|
||||||
redirectmatch_enabled: false
|
|
||||||
when: env != 'staging'
|
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
shortname: prerelease-to-final-labs-2
|
shortname: prerelease-to-final-labs-2
|
||||||
website: labs.fedoraproject.org
|
website: labs.fedoraproject.org
|
||||||
|
@ -382,14 +358,6 @@
|
||||||
redirectmatch_enabled: false
|
redirectmatch_enabled: false
|
||||||
when: env != 'staging'
|
when: env != 'staging'
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-spins-2
|
|
||||||
website: spins.fedoraproject.org
|
|
||||||
regex: /prerelease.*$
|
|
||||||
target: https://spins.fedoraproject.org/$1
|
|
||||||
redirectmatch_enabled: false
|
|
||||||
when: env != 'staging'
|
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
shortname: prerelease-to-final-alt-1
|
shortname: prerelease-to-final-alt-1
|
||||||
website: alt.fedoraproject.org
|
website: alt.fedoraproject.org
|
||||||
|
@ -491,6 +459,12 @@
|
||||||
tags:
|
tags:
|
||||||
- fedoraproject.org
|
- fedoraproject.org
|
||||||
|
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
shortname: spins
|
||||||
|
website: spins.fedoraproject.org
|
||||||
|
regex: ^.*
|
||||||
|
target: https://fedoraproject.org/spins/
|
||||||
|
|
||||||
|
|
||||||
# Various sites that we are friends with
|
# Various sites that we are friends with
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue