registry: adjust regex for registry html redirect

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-20 16:20:50 -08:00
parent 98c457adeb
commit 7be10a8cc3

View file

@ -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: