Change the bounce command in the readme to use the pidfile for gunicorn.
This commit is contained in:
parent
b48748d957
commit
f2e132871f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue