We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631f304 commit 62769c7Copy full SHA for 62769c7
run-production.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-gunicorn questions.wsgi
+gunicorn questions.wsgi -b :8000 --workers 16
0 commit comments