Caching bugs fixed
This commit is contained in:
parent
002a9edd70
commit
42d8727c0d
|
@ -1,4 +1,4 @@
|
|||
vn-repo (2.0.28) stable; urgency=low
|
||||
vn-repo (2.0.29) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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/>
|
||||
Options Indexes
|
||||
|
@ -9,7 +9,7 @@ Alias /vn-repo /usr/share/vn-repo/web/
|
|||
|
||||
<Files "*.out">
|
||||
<IfModule mod_headers.c>
|
||||
Header append Cache-Control "must-revalidate"
|
||||
Header append Cache-Control "no-cache, must-revalidate"
|
||||
SetOutputFilter DEFLATE
|
||||
</IfModule>
|
||||
</Files>
|
||||
|
|
Reference in New Issue