Update default compressible media types

Closes gh-14278
This commit is contained in:
Kedar Joshi 2018-09-03 19:13:09 +02:00 committed by Brian Clozel
parent 42bf594d96
commit 72ebfb0332
1 changed files with 4 additions and 0 deletions

View File

@ -662,6 +662,10 @@ following:
* `text/xml`
* `text/plain`
* `text/css`
* `text/javascript`
* `application/javascript`
* `application/json`
* `application/xml`
You can configure this behavior by setting the `server.compression.mime-types` property.