From 3f4db992c9e6ef3b532574ed90ab39d9867146d7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Jul 2020 11:53:47 -0700 Subject: [PATCH] koji_hub / kojiweb: allow access to /mnt/koji/kojira Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/kojiweb.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}