diff --git a/roles/koji_hub/templates/kojiweb.conf.j2 b/roles/koji_hub/templates/kojiweb.conf.j2 index ecae18cb8c..d61c1c6588 100644 --- a/roles/koji_hub/templates/kojiweb.conf.j2 +++ b/roles/koji_hub/templates/kojiweb.conf.j2 @@ -101,4 +101,10 @@ Alias /repos-dist "/mnt/koji/repos-dist/" Options Indexes FollowSymLinks Require all granted + +Alias /kojira "/mnt/koji/kojira/" + + Options Indexes FollowSymLinks + Require all granted + {% endif %}