Fix redirect

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-17 20:45:31 +00:00
parent c6ce3621b8
commit 6833e584a5

View file

@ -21,7 +21,7 @@ ProxyPreserveHost On
# The only remaining image with this bug is F27 Fedora Atomic Workstation
# Can be nuked after F28 GA
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !^ostree\ $
RewriteCond %{HTTP_USER_AGENT} !^ostree$
RewriteRule ^(.*)$ https://kojipkgs.fedoraproject.org/$1 [L,R=302]