registry: adjust regex for registry html redirect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
98c457adeb
commit
7be10a8cc3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue