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

24 lines
488 B
Plaintext

Alias /apt /var/cache/reprepro/
#Alias /vn-repo /usr/share/vn-repo/web/
<Directory /var/cache/reprepro/>
Options Indexes
Options +FollowSymLinks
AllowOverride None
Require all granted
<Files "*.out">
<IfModule mod_headers.c>
Header append Cache-Control "no-cache, must-revalidate"
SetOutputFilter DEFLATE
</IfModule>
</Files>
</Directory>
<Directory /usr/share/vn-repo/web/>
Options Indexes
Options +FollowSymLinks
AllowOverride None
Require all granted
</Directory>