init.d: fix bind

This commit is contained in:
Jérôme Schneider 2014-12-09 12:04:03 +01:00
parent 3069d588b2
commit aebfdb1c6c
1 changed files with 1 additions and 1 deletions

2
init.d
View File

@ -28,7 +28,7 @@ DAEMON_ARGS="--pid $PIDFILE \
--daemon \
--access-logfile $LOG_DIR/gunicorn-access.log \
--log-file $LOG_DIR/gunicorn-error.log \
--bind=127.0.0.1:8022 \
--bind=unix:$PID_DIR/$NAME.sock \
--workers=5 \
--worker-class=sync \
--timeout=60 \