Skip to content

Commit 0f8a443

Browse files
authored
Update docker_start.sh
1 parent a944c67 commit 0f8a443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/docker_start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
NAME="djangoblog" # Name of the application
3-
DJANGODIR=/code/djangoBlog # Django project directory
3+
DJANGODIR=/code/djangoblog # Django project directory
44
USER=root # the user to run as
55
GROUP=root # the group to run as
66
NUM_WORKERS=1 # how many worker processes should Gunicorn spawn
@@ -31,4 +31,4 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \
3131
--log-level=debug \
3232
--log-file=- \
3333
--worker-class gevent \
34-
--threads 4
34+
--threads 4

0 commit comments

Comments
 (0)