From 2cf7fa16f6e70fcc8a62902175e86ed61f2702ca Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 13 Mar 2019 19:04:03 +0100 Subject: [PATCH] koji hub stg: Serve /mnt/koji/repos-dist/ over HTTP --- roles/koji_hub/templates/kojiweb.conf.j2 | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}