I see you like apache hacks. SO I hacked your hack to add my hack

This commit is contained in:
Stephen Smoogen 2018-11-29 19:08:05 +00:00
parent 1bf846645f
commit 85cef7acb7

View file

@ -269,6 +269,13 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a
Header append Vary User-Agent env=!dont-vary
</Location>
<LocationMatch "/repos/.*$">
<FilesMatch "\.gz$">
ForceType application/x-gzip
Header unset Content-Encoding
</FilesMatch>
</LocationMatch>
<LocationMatch "/repos/.*\.(xml|xml\.gz|xml\.asc|sqlite.+)$">
Header set Cache-Control "must-revalidate"
ExpiresActive On