Caching bugs fixed

This commit is contained in:
Juan 2018-05-02 09:54:29 +02:00
parent 7f796e0b4a
commit a27d419e01
2 changed files with 8 additions and 1 deletions

2
debian/changelog vendored
View File

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

View File

@ -6,6 +6,13 @@ Alias /vn-repo /usr/share/vn-repo/web/
Options +FollowSymLinks
AllowOverride None
Require all granted
<Files "*.out">
<IfModule mod_headers.c>
Header append Cache-Control "must-revalidate"
SetOutputFilter DEFLATE
</IfModule>
</Files>
</Directory>
<Directory /usr/share/vn-repo/web/>