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]
|
RewriteRule ^/packages(.+) https://kojipkgs.fedoraproject.org/packages$1 [R=301,L]
|
||||||
{% else %}
|
{% else %}
|
||||||
Alias /compose "/mnt/koji/compose/"
|
Alias /compose "/mnt/koji/compose/"
|
||||||
|
|
||||||
<Directory "/mnt/koji/compose/">
|
<Directory "/mnt/koji/compose/">
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
Alias /ostree "/mnt/koji/ostree/"
|
||||||
|
<Directory "/mnt/koji/ostree/">
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
|
||||||
Alias /packages "/mnt/koji/packages/"
|
Alias /packages "/mnt/koji/packages/"
|
||||||
|
|
||||||
<Directory "/mnt/koji/packages/">
|
<Directory "/mnt/koji/packages/">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue