Expose the built packages from the poudriere host.

This commit is contained in:
Tom Alexander
2023-05-30 13:36:00 -04:00
parent 9a2375b28d
commit 67da2cc7c9

View File

@@ -30,5 +30,10 @@ http {
alias /usr/local/poudriere/data/logs/bulk;
autoindex on;
}
location /repo {
alias /usr/local/poudriere/data/packages;
autoindex on;
}
}
}