Expose the built packages from the poudriere host.
This commit is contained in:
parent
9a2375b28d
commit
67da2cc7c9
@ -20,15 +20,20 @@ http {
|
||||
listen 8080 default;
|
||||
listen [::]:8080;
|
||||
server_name freebsdpkg.fizz.buzz;
|
||||
|
||||
|
||||
location / {
|
||||
root /usr/local/share/poudriere/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
|
||||
location /data {
|
||||
alias /usr/local/poudriere/data/logs/bulk;
|
||||
autoindex on;
|
||||
}
|
||||
|
||||
location /repo {
|
||||
alias /usr/local/poudriere/data/packages;
|
||||
autoindex on;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user