mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
registry: adjust regex for registry html redirect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -931,7 +931,7 @@
|
||||
- role: httpd/redirectmatch
|
||||
shortname: reg-server-stg
|
||||
website: registry.fedoraproject.org
|
||||
regex: ^(index\.html|repo(.)*)?$
|
||||
regex: ^/(index\.html|repo(.*))$
|
||||
target: https://quay.io/organization/fedora/
|
||||
when: env == 'staging'
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user