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 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/msg/django-users/-/eeQT6VYHS8EJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.