diff --git a/run-production.sh b/run-production.sh index ccb9646..890364f 100755 --- a/run-production.sh +++ b/run-production.sh @@ -1,3 +1,3 @@ #!/bin/sh -gunicorn questions.wsgi \ No newline at end of file +gunicorn questions.wsgi -b :8000 --workers 16 \ No newline at end of file