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:
Cameron Spear 2013-11-01 22:55:12 -07:00
parent 6814b3e19c
commit e06f7e751e
1 changed files with 1 additions and 0 deletions

View File

@ -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