修改为gunicorn[gevent]

develop
liangliangyy 7 years ago
parent 3973ea8bd3
commit 7bb207afeb

@ -28,5 +28,6 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \
--user=$USER --group=$GROUP \ --user=$USER --group=$GROUP \
--bind 0.0.0.0:8000 \ --bind 0.0.0.0:8000 \
--log-level=debug \ --log-level=debug \
--log-file=- --log-file=- \
--worker-class gevent \
--threads 4

Loading…
Cancel
Save