A documentação é muito clara sobre as limitações do nginx para Windows:
Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation layer). Only the
select()
connection processing method is currently used, so high performance and scalability should not be expected. Due to this and some other known issues version of nginx for Windows is considered to be a beta version. At this time, it provides almost the same functionality as a UNIX version of nginx except for XSLT filter, image filter, GeoIP module, and embedded Perl language.
Por causa do uso de select()
, eu não recomendaria o uso do nginx no Windows em produção, devido aos problemas de desempenho que isso causaria. No entanto, para uma caixa de desenvolvimento, tudo bem.