Caching bugs fixed
This commit is contained in:
parent
7f796e0b4a
commit
a27d419e01
|
@ -1,4 +1,4 @@
|
|||
vn-repo (2.0.22) stable; urgency=low
|
||||
vn-repo (2.0.23) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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/>
|
||||
|
|
Reference in New Issue