adjust regex here to handle lang hopefully

This commit is contained in:
Kevin Fenzi 2016-11-21 18:14:53 +00:00
parent 40ce0076db
commit 77884fb982

View file

@ -308,7 +308,7 @@
- role: httpd/redirectmatch
name: cloud-to-atomic-download
website: getfedora.org
regex: /.*/cloud/download.*$
regex: /(.*)/cloud/download.*$
target: https://stg.getfedora.org/$1/atomic/download
when: env == 'staging'