I’ve inspired my nginx configuration file from defunkt’s conf file for unicorn but it seems that the line gzip_disable "MSIE [1-6]\."; makes everything crash. I get the error that this site is temporarily unavailable (served from nginx/html/50x.html). Commenting out the line makes everything work again, fiddling with the regexp doesn’t change a thing.
I’m running nginx v.1.0.10 and ubuntu 11.10.
Any idea?
It’s already about few years when Nginx API changed for this directive, it should be:
Full stack Nginx+Unicorn optimized configuration can be found on the gist.