nginx: js wasnt being gzipped. thanks poswald! fixes h5bp/server-configs#5

This commit is contained in:
Paul Irish 2011-01-31 17:03:59 -08:00
parent 3b7414f89a
commit ec01439e22
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ types {
text/xml xml rss;
image/gif gif;
image/jpeg jpeg jpg;
application/x-javascript js;
application/javascript js;
application/atom+xml atom;
text/cache-manifest manifest appcache;