proxies: redirect labs.fp-o to main site
This commit is contained in:
parent
017235c79d
commit
45f7525a1b
1 changed files with 11 additions and 33 deletions
|
@ -322,22 +322,6 @@
|
||||||
# back to the main release.
|
# back to the main release.
|
||||||
# This should be disabled when there is a prerelease
|
# This should be disabled when there is a prerelease
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-labs-1
|
|
||||||
website: labs.fedoraproject.org
|
|
||||||
regex: /(.*)prerelease.*$
|
|
||||||
target: https://labs.stg.fedoraproject.org/$1
|
|
||||||
redirectmatch_enabled: false
|
|
||||||
when: env == 'staging'
|
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-labs-2
|
|
||||||
website: labs.fedoraproject.org
|
|
||||||
regex: /prerelease.*$
|
|
||||||
target: https://labs.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
|
||||||
|
@ -348,22 +332,6 @@
|
||||||
|
|
||||||
# end staging
|
# end staging
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-labs-1
|
|
||||||
website: labs.fedoraproject.org
|
|
||||||
regex: /(.*)/prerelease.*$
|
|
||||||
target: https://labs.fedoraproject.org/$1
|
|
||||||
redirectmatch_enabled: false
|
|
||||||
when: env != 'staging'
|
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
|
||||||
shortname: prerelease-to-final-labs-2
|
|
||||||
website: labs.fedoraproject.org
|
|
||||||
regex: /prerelease.*$
|
|
||||||
target: https://labs.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
|
||||||
|
@ -413,7 +381,7 @@
|
||||||
# Fedora start page
|
# Fedora start page
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
shortname: site
|
shortname: site
|
||||||
website: start.fedoraproject.org
|
website: start.fedoraproject.org
|
||||||
target: https://fedoraproject.org/start
|
target: https://fedoraproject.org/start
|
||||||
tags:
|
tags:
|
||||||
- fedoraproject.org
|
- fedoraproject.org
|
||||||
|
@ -478,7 +446,17 @@
|
||||||
website: spins.fedoraproject.org
|
website: spins.fedoraproject.org
|
||||||
regex: ^.*
|
regex: ^.*
|
||||||
target: https://fedoraproject.org/spins/
|
target: https://fedoraproject.org/spins/
|
||||||
|
tags:
|
||||||
|
- fedoraproject.org
|
||||||
|
|
||||||
|
# Labs
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
shortname: labs
|
||||||
|
website: labs.fedoraproject.org
|
||||||
|
regex: ^.*
|
||||||
|
target: https://fedoraproject.org/labs/
|
||||||
|
tags:
|
||||||
|
- fedoraproject.org
|
||||||
|
|
||||||
# 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