Update docker_start.sh

且听风吟 4 years ago committed by GitHub
parent a944c67289
commit 0f8a443476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
#!/usr/bin/env bash
NAME="djangoblog" # Name of the application
DJANGODIR=/code/djangoBlog # Django project directory
DJANGODIR=/code/djangoblog # Django project directory
USER=root # the user to run as
GROUP=root # the group to run as
NUM_WORKERS=1 # how many worker processes should Gunicorn spawn
@ -31,4 +31,4 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \
--log-level=debug \
--log-file=- \
--worker-class gevent \
--threads 4
--threads 4

Loading…
Cancel
Save