[nginx] Remove `text/html` from `gzip_types`
Fix: h5bp/server-configs#144.
This commit is contained in:
parent
d27d54e52a
commit
2e3c59848a
|
@ -109,7 +109,6 @@ http {
|
|||
image/svg+xml
|
||||
image/x-icon
|
||||
text/css
|
||||
text/html
|
||||
text/plain
|
||||
text/x-component;
|
||||
# text/html is always compressed by HttpGzipModule
|
||||
|
|
Loading…
Reference in New Issue