Nginx on Windows using WSGI

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 12:38:02

问题


now that i've decided to use Nginx as my favourite webserver to deploy Django, i got some "mist":

  1. i'm on Windows, that said, i got errors when i try to use Django as FastCGI, it seems that Flup dont load! it give me errors! and from the website, flup is not a good friend of Windows: check out here
  2. all tutorials that i've found says that ngnix is good when it's used as reverse proxy, i already asked this question, and this is why it seems that now i can use 100% ngnix.
  3. i'll make my project on this, and i want to use something different than what is used in my university, they always use LAMP and i hate LAMP! i want something new! and something new and hot is Ngnix + Django ON WINDOWS!

so here is my question: does really ngnix work on windows, alone, only ngnix to deploy a django project! i want please something for a total beginner coming from earth and speaking human language ^_^

  • NB: please dont talk about IIS, i'll use a normal Windows XP pro to make my engineering project.
  • NB2: what about this nginx bug , has been fixed?

来源:https://stackoverflow.com/questions/7139976/nginx-on-windows-using-wsgi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!