mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-13 22:36:27 +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*",
|
||||
"multipart/bag*",
|
||||
"multipart/mixed*",
|
||||
"text/css*",
|
||||
"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*",
|
||||
"text/*",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue