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:
parent
3f4db992c9
commit
5179479e16
1 changed files with 6 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue