mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-28 12:55:57 +03:00
fix: add back text/*
This commit is contained in:
parent
b8f729b88f
commit
60abd72c7a
1 changed files with 1 additions and 11 deletions
|
@ -126,17 +126,7 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
|
||||||
"image/x-icon*",
|
"image/x-icon*",
|
||||||
"multipart/bag*",
|
"multipart/bag*",
|
||||||
"multipart/mixed*",
|
"multipart/mixed*",
|
||||||
"text/css*",
|
"text/*",
|
||||||
"text/javascript*",
|
|
||||||
"text/js*",
|
|
||||||
"text/plain*",
|
|
||||||
"text/richtext*",
|
|
||||||
"text/x-component*",
|
|
||||||
"text/x-java-source*",
|
|
||||||
"text/x-markdown*",
|
|
||||||
"text/x-script*",
|
|
||||||
"text/xml*",
|
|
||||||
"text/html*",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue