Well, nginx is a proxy to the fastCGI application. So you can't access it from the usual URL when nginx is stopped, but that doesn't mean that the process to which you proxy, which is running Django, has stopped.
On Fri, Mar 8, 2013 at 3:11 PM, Asier Hernández Juanes < asiertxo...@gmail.com> wrote: > 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 >> <asier...@gmail.com> 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 >> <asier...@gmail.com> 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 django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.