Add application/x-javascript to nginx.conf
Some instances of Nginx server JS with the mime-type `application/x-javascript` and thus the `nginx.conf` server needs to be told to watch for it.
This commit is contained in:
parent
6814b3e19c
commit
e06f7e751e
|
@ -97,6 +97,7 @@ http {
|
|||
# Compress all output labeled with one of the following MIME-types.
|
||||
gzip_types
|
||||
application/atom+xml
|
||||
application/x-javascript
|
||||
application/javascript
|
||||
application/json
|
||||
application/rss+xml
|
||||
|
|
Loading…
Reference in New Issue