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
489 B
Plaintext
Raw Permalink Normal View History

2018-08-29 13:09:21 +00:00
#Alias /apt /var/cache/reprepro/
2018-05-02 08:25:00 +00:00
#Alias /vn-repo /usr/share/vn-repo/web/
2018-04-19 10:35:41 +00:00
<Directory /var/cache/reprepro/>
Options Indexes
Options +FollowSymLinks
AllowOverride None
Require all granted
</Directory>
2018-05-02 06:32:19 +00:00
2018-05-02 06:42:02 +00:00
<Directory /usr/share/vn-repo/web/>
2018-05-02 06:32:19 +00:00
Options Indexes
Options +FollowSymLinks
AllowOverride None
Require all granted
2018-08-29 13:09:21 +00:00
<Files "*.out">
<IfModule mod_headers.c>
Header append Cache-Control "no-cache, must-revalidate"
SetOutputFilter DEFLATE
</IfModule>
</Files>
2018-05-02 06:32:19 +00:00
</Directory>