-
-
Save shashisingh/bfd9a2ab2e40d3422047f3be563ea2e6 to your computer and use it in GitHub Desktop.
Revisions
-
omedhabib created this gist
May 4, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/usr/bin/env bash PROCESSOR_COUNT=$(nproc) THREAD_COUNT=2 uwsgi --http :9808 --plugin python2 --wsgi-file app.py --processes "$PROCESSOR_COUNT" --threads "$THREAD_COUNT" --disable-logging