move the target to be a bit more sane for some of these redirects
This commit is contained in:
parent
f7a70fd34a
commit
4551663ddc
1 changed files with 3 additions and 3 deletions
|
@ -272,21 +272,21 @@
|
|||
name: prerelease-to-final-gfo-ws
|
||||
website: getfedora.org
|
||||
regex: /(.*)workstation/prerelease.*$
|
||||
target: https://stg.getfedora.org/$1
|
||||
target: https://stg.getfedora.org/$1/workstation
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
name: prerelease-to-final-gfo-srv
|
||||
website: getfedora.org
|
||||
regex: /(.*)server/prerelease.*$
|
||||
target: https://stg.getfedora.org/$1
|
||||
target: https://stg.getfedora.org/$1/server
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
name: prerelease-to-final-gfo-atomic
|
||||
website: getfedora.org
|
||||
regex: /(.*)atomic/prerelease.*$
|
||||
target: https://stg.getfedora.org/$1
|
||||
target: https://stg.getfedora.org/$1/atomic
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue