nginx: js wasnt being gzipped. thanks poswald! fixes h5bp/server-configs#5
This commit is contained in:
parent
3b7414f89a
commit
ec01439e22
|
@ -6,7 +6,7 @@ types {
|
||||||
text/xml xml rss;
|
text/xml xml rss;
|
||||||
image/gif gif;
|
image/gif gif;
|
||||||
image/jpeg jpeg jpg;
|
image/jpeg jpeg jpg;
|
||||||
application/x-javascript js;
|
application/javascript js;
|
||||||
application/atom+xml atom;
|
application/atom+xml atom;
|
||||||
|
|
||||||
text/cache-manifest manifest appcache;
|
text/cache-manifest manifest appcache;
|
||||||
|
|
Loading…
Reference in New Issue