Actually, it looks like those are Nginx builds for cygwin. If you want
native Windows builds, the Nginx site itself has those:
http://nginx.org/en/download.html
_Nik
On 1/17/2013 11:52 AM, Nikolas Stevenson-Molnar wrote:
> Here's an Nginx package for Windows:
> http://kevinworthington.com/nginx-f
Here's an Nginx package for Windows:
http://kevinworthington.com/nginx-for-windows/
Once you have Nginx installed, configuration is about the same as for
any other platform. The gunicorn site has an example Nginx configuration
you can adapt: http://gunicorn.org/#deployment
You also need to run gu
Thanks,
Are there any examples on how to get this up and running on windows?
On Thursday, January 17, 2013 10:45:26 AM UTC-5, frocco wrote:
>
> Hello,
>
> If I create a base django app, how can I get it to run using nginx in
> windows?
> I keep getting 404 errors.
>
> Thank you
>
--
You receiv
Nginx is just a proxy server, you still need something behind it to run
your Django project. I recommend gunicorn (http://gunicorn.org/). It's
easy to use and is commonly used with Nginx.
_Nik
On 1/17/2013 7:45 AM, frocco wrote:
> Hello,
>
> If I create a base django app, how can I get it to run
Hello,
If I create a base django app, how can I get it to run using nginx in
windows?
I keep getting 404 errors.
Thank you
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/m
5 matches
Mail list logo