Revert "Revert "Revert "Revert "Revert "Revert "Disable prerelease redirects""""""
This reverts commit fec1dba8e5
.
This commit is contained in:
parent
46f70184b4
commit
36f8cca7e5
1 changed files with 13 additions and 13 deletions
|
@ -342,7 +342,7 @@
|
|||
website: labs.fedoraproject.org
|
||||
regex: /(.*)prerelease.*$
|
||||
target: https://labs.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -350,7 +350,7 @@
|
|||
website: spins.fedoraproject.org
|
||||
regex: /(.*)prerelease.*$
|
||||
target: https://spins.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -358,7 +358,7 @@
|
|||
website: arm.fedoraproject.org
|
||||
regex: /(.*)prerelease.*$
|
||||
target: https://arm.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -366,7 +366,7 @@
|
|||
website: labs.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://labs.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -374,7 +374,7 @@
|
|||
website: spins.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://spins.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -382,7 +382,7 @@
|
|||
website: arm.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://arm.stg.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -416,7 +416,7 @@
|
|||
website: labs.fedoraproject.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://labs.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -424,7 +424,7 @@
|
|||
website: spins.fedoraproject.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://spins.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -432,7 +432,7 @@
|
|||
website: arm.fedoraproject.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://arm.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -440,7 +440,7 @@
|
|||
website: labs.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://labs.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -448,7 +448,7 @@
|
|||
website: spins.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://spins.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -456,7 +456,7 @@
|
|||
website: arm.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://arm.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
@ -464,7 +464,7 @@
|
|||
website: alt.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://alt.fedoraproject.org/$1
|
||||
redirectmatch_enabled: true
|
||||
redirectmatch_enabled: false
|
||||
when: env != 'staging'
|
||||
|
||||
# end of prod prerelease
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue