koji-hub / staging: expose the ostree nfs volume for testing in staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d1c8f6af42
commit
cc646b1155
1 changed files with 6 additions and 1 deletions
|
@ -71,12 +71,17 @@ RewriteRule ^/compose(.+) https://kojipkgs.fedoraproject.org/compose$1 [R=301,L
|
|||
RewriteRule ^/packages(.+) https://kojipkgs.fedoraproject.org/packages$1 [R=301,L]
|
||||
{% else %}
|
||||
Alias /compose "/mnt/koji/compose/"
|
||||
|
||||
<Directory "/mnt/koji/compose/">
|
||||
Options Indexes FollowSymLinks
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Alias /ostree "/mnt/koji/ostree/"
|
||||
<Directory "/mnt/koji/ostree/">
|
||||
Options Indexes FollowSymLinks
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Alias /packages "/mnt/koji/packages/"
|
||||
|
||||
<Directory "/mnt/koji/packages/">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue