I see you like apache hacks. SO I hacked your hack to add my hack
This commit is contained in:
parent
1bf846645f
commit
85cef7acb7
1 changed files with 7 additions and 0 deletions
|
@ -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
|
Header append Vary User-Agent env=!dont-vary
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
<LocationMatch "/repos/.*$">
|
||||||
|
<FilesMatch "\.gz$">
|
||||||
|
ForceType application/x-gzip
|
||||||
|
Header unset Content-Encoding
|
||||||
|
</FilesMatch>
|
||||||
|
</LocationMatch>
|
||||||
|
|
||||||
<LocationMatch "/repos/.*\.(xml|xml\.gz|xml\.asc|sqlite.+)$">
|
<LocationMatch "/repos/.*\.(xml|xml\.gz|xml\.asc|sqlite.+)$">
|
||||||
Header set Cache-Control "must-revalidate"
|
Header set Cache-Control "must-revalidate"
|
||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue