mirror of https://github.com/caddyserver/caddy.git
update comment
This commit is contained in:
parent
d3f23a8eeb
commit
2348ac897a
|
@ -85,7 +85,6 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
|
|||
if enc.Matcher == nil {
|
||||
// common text-based content types
|
||||
// list based on https://developers.cloudflare.com/speed/optimization/content/brotli/content-compression/#compression-between-cloudflare-and-website-visitors
|
||||
// with application/atom+rss added
|
||||
enc.Matcher = &caddyhttp.ResponseMatcher{
|
||||
Headers: http.Header{
|
||||
"Content-Type": []string{
|
||||
|
|
Loading…
Reference in New Issue