diff --git a/roles/koji_hub/templates/kojiweb.conf.j2 b/roles/koji_hub/templates/kojiweb.conf.j2 index 8889e21dad..10a9c71c5e 100644 --- a/roles/koji_hub/templates/kojiweb.conf.j2 +++ b/roles/koji_hub/templates/kojiweb.conf.j2 @@ -83,4 +83,11 @@ Alias /packages "/mnt/koji/packages/" Options Indexes FollowSymLinks Require all granted + +Alias /repos-dist "/mnt/koji/repos-dist/" + + + Options Indexes FollowSymLinks + Require all granted + {% endif %}