Please find some of my remarks below

On Tuesday, 14 January 2014 19:04:19 UTC+5:30, sandy wrote:
>
>
> On Sun, Jan 12, 2014 at 9:48 PM, Manu <manu...@gmail.com <javascript:>> 
> wrote:
> >
> > Try to reload nginx. 
> >
> >> sudo nginx -s reload
> >
> >
> > or stop it and restart
> >
> >> sudo nginx -s stop
> >> sudo nginx
> >
> These doesn't make any change.
>
> >
> > if it's still not reflecting those changes, check which settings.py is 
> being used by runserver and the gunicorn. Or, the problem could be that you 
> have to restart gunicorn
> >
> >> sudo supervisorctl restart [gunicorn-program-name]
> >
>
>
How are you so sure that the server is running? Can you try

> $ ps -aux | grep gunicorn

What is it returning to you? 
 

> When I use $ps -aux command to see which gunicorn program is running. It 
> shows no job running, but server is nicely configured and is running. I am 
> new to nginx and gunicorn deployment. Though deployment has been done but 
> am not able to understand why the changes are not visible and which program 
> is running which is behind the deployment.
> Your help will be highly appreciated.
> Thank you.
>
>
> -- 
> Sandeep Kaur
> E-Mail: mkaur...@gmail.com <javascript:>
> Blog: sandymadaan.wordpress.com
>
>
>
>  

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1b038ad1-f0f4-44bb-ac42-e4482646d679%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to