Skip to content

Commit e30f8ec

Browse files
author
nzwsch
committed
Fix nginx unicorn recipe #96
1 parent 54a5333 commit e30f8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/nginx_proxied_to_unicorn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ There should be a `master` process which once that is killed, the
247247
workers should follow. Feel free to search the processes again to make sure
248248
they've all stopped before restarting.
249249

250-
`kill -9` sends an INT signal to the Unicrons and guarantees (usually) that
250+
`kill -9` sends an SIGKILL signal to the Unicrons and guarantees (usually) that
251251
they'll be stopped, but it means that Unicorn might not clean up after itself
252252
properly so you should have a check and run the following just to be sure:
253253

0 commit comments

Comments
 (0)