Skip to content

Commit

Permalink
Update uwsgi.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Jun 15, 2013
1 parent ac6d2f3 commit c3c698a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contrib/upstart/uwsgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ respawn
env LOGTO=/tmp/uwsgi.log
env BINPATH=/home/foo/uwsgi/uwsgi

# --no-orphans avoid workers without master
# --die-on-term could be a good idea
exec $BINPATH --no-orphans --socket :3033 --uid 1001 --gid 1001 --limit-as 256 -w simple_app --logto $LOGTO -M -p 4
# --die-on-term is upstart friendly
exec $BINPATH --die-on-term --socket :3033 --uid 1001 --gid 1001 --limit-as 256 -w simple_app --logto $LOGTO -M -p 4

0 comments on commit c3c698a

Please sign in to comment.