h5bp / server-configs

Boilerplate configurations for various web servers.
3.1k stars 411 forks source link

Fix JavaScript not being gzipped on IIS #141

Closed mozmorris closed 11 years ago

mozmorris commented 11 years ago

IIS requires the mime type of JavaScript set to text/javascript for gzip compression to kick in.

Discussion about the issue: http://bit.ly/stPqn1 (including comments from Jeff Atwood)

Fix discussed in further detail: http://bit.ly/d0rtWy

alrra commented 11 years ago

thanks @MozMorris!

Merged in 3ea93d865a0f9ea94ffad684ed022dec9524c613 and also fixes issue https://github.com/h5bp/server-configs/issues/45.