mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Drop prerelease redirect in production too.
This commit is contained in:
@@ -143,12 +143,12 @@
|
||||
# target: https://stg.getfedora.org/$1
|
||||
# when: env == 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
name: prerelease-to-final
|
||||
website: getfedora.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://getfedora.org/$1
|
||||
when: env != 'staging'
|
||||
# - role: httpd/redirectmatch
|
||||
# name: prerelease-to-final
|
||||
# website: getfedora.org
|
||||
# regex: /(.*)/prerelease.*$
|
||||
# target: https://getfedora.org/$1
|
||||
# when: env != 'staging'
|
||||
|
||||
- role: httpd/redirect
|
||||
name: store
|
||||
|
||||
Reference in New Issue
Block a user