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
|
||||
</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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue