Update nginx.conf
Though application/x-javascript was transitional, I have seen it's existence in some projects. It then creates confusion keeping some files uncompressed though gzip compression is enabled.
This commit is contained in:
parent
cb3dc0554e
commit
e10f5ede47
|
@ -92,6 +92,7 @@ http {
|
||||||
gzip_types
|
gzip_types
|
||||||
application/atom+xml
|
application/atom+xml
|
||||||
application/javascript
|
application/javascript
|
||||||
|
application/x-javascript
|
||||||
application/json
|
application/json
|
||||||
application/ld+json
|
application/ld+json
|
||||||
application/manifest+json
|
application/manifest+json
|
||||||
|
|
Loading…
Reference in New Issue