koji_hub / kojiweb: move the kojira queue file to the right place

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-02 12:05:47 -07:00
parent 3f4db992c9
commit 5179479e16

View file

@ -71,6 +71,12 @@ Alias /buildgroups "/mnt/koji/buildgroups/"
Require all granted
</Directory>
Alias /kojira "/mnt/koji/kojira/"
<Directory "/mnt/koji/kojira/">
Options Indexes FollowSymLinks
Require all granted
</Directory>
{% if env == "production" %}
# use redirects for compose and packages locations
RewriteRule ^/compose(.+) https://kojipkgs.fedoraproject.org/compose$1 [R=301,L]
@ -101,10 +107,4 @@ Alias /repos-dist "/mnt/koji/repos-dist/"
Options Indexes FollowSymLinks
Require all granted
</Directory>
Alias /kojira "/mnt/koji/kojira/"
<Directory "/mnt/koji/kojira/">
Options Indexes FollowSymLinks
Require all granted
</Directory>
{% endif %}