This repository has been archived on 2020-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
vn-repo/vn-repo.conf

17 lines
333 B
Plaintext

#Alias /apt /var/cache/reprepro/
Alias /repo /var/cache/vn-repo/web/
<Directory /var/cache/reprepro/>
Options Indexes
Options +FollowSymLinks
AllowOverride None
Require all granted
</Directory>
<Directory /var/cache/vn-repo/web>
Options Indexes
Options +FollowSymLinks
AllowOverride None
Require all granted
</Directory>