Change the bounce command in the readme to use the pidfile for gunicorn.

This commit is contained in:
yackob03 2014-01-31 19:30:50 -05:00
parent b48748d957
commit f2e132871f

View file

@ -44,7 +44,7 @@ bouncing the servers:
```
sudo kill -HUP <pid of nginx>
kill -HUP <pid of gunicorn>
kill -HUP `cat /mnt/logs/gunicorn.pid`
kill <pids of worker daemons>
restart daemons