Maybe fastCGI but when I stop the nginx server with /etc/init.d/nginx stop the application is not loading.
I have seen some fastCGI configuration inside nginx server but I don't know how to restart fastCGI process or Django process itself. How can I do that? El viernes, 8 de marzo de 2013 20:04:34 UTC+1, Javier Guerra escribió: > > On Sun, Mar 3, 2013 at 8:16 AM, Asier Hernández Juanes > <[email protected] <javascript:>> wrote: > > i have a remote Linux server with a Django application running in a > nginx > > server > > Django application's don't run in the nginx server. There must be > some other process running your app. Either uWSGI, gunicorn, FastCGI, > etc. > > > On Fri, Mar 8, 2013 at 12:14 PM, Asier Hernández Juanes > <[email protected] <javascript:>> wrote: > > I have removed the .py and the .pyc files, restart the nginx server and > the > > application is still working. > > you have to restart the Django process to make it reload the new code. > > > -- > Javier > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

