Fixed start script
This commit is contained in:
parent
662733673f
commit
b2f53b5917
|
@ -20,7 +20,7 @@ function main() {
|
||||||
# Note can replace 127.0.0.1 with 0.0.0.0 to make it 'network/internet' accessable...
|
# Note can replace 127.0.0.1 with 0.0.0.0 to make it 'network/internet' accessable...
|
||||||
# Note: NEED -k eventlet for this to work! I spent too many hours on this...
|
# Note: NEED -k eventlet for this to work! I spent too many hours on this...
|
||||||
# <module>:<app> IE <file>:<flask app variable>
|
# <module>:<app> IE <file>:<flask app variable>
|
||||||
gunicorn wsgi:app
|
gunicorn wsgi:app \
|
||||||
-b $ADDR:$PORT \
|
-b $ADDR:$PORT \
|
||||||
-k eventlet \
|
-k eventlet \
|
||||||
-w $WORKER_COUNT \
|
-w $WORKER_COUNT \
|
||||||
|
|
Loading…
Reference in New Issue