Caching bugs fixed

This commit is contained in:
Juan 2018-05-02 10:25:00 +02:00
parent 002a9edd70
commit 42d8727c0d
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-repo (2.0.28) stable; urgency=low vn-repo (2.0.29) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -1,5 +1,5 @@
Alias /apt /var/cache/reprepro/ Alias /apt /var/cache/reprepro/
Alias /vn-repo /usr/share/vn-repo/web/ #Alias /vn-repo /usr/share/vn-repo/web/
<Directory /var/cache/reprepro/> <Directory /var/cache/reprepro/>
Options Indexes Options Indexes
@ -9,7 +9,7 @@ Alias /vn-repo /usr/share/vn-repo/web/
<Files "*.out"> <Files "*.out">
<IfModule mod_headers.c> <IfModule mod_headers.c>
Header append Cache-Control "must-revalidate" Header append Cache-Control "no-cache, must-revalidate"
SetOutputFilter DEFLATE SetOutputFilter DEFLATE
</IfModule> </IfModule>
</Files> </Files>