mirror of https://github.com/openspug/spug
U api update
parent
68d08dc844
commit
6e26d56cf3
|
@ -2,4 +2,4 @@
|
||||||
# start api service
|
# start api service
|
||||||
cd $(dirname $(dirname $0))
|
cd $(dirname $(dirname $0))
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
exec gunicorn -b :9001 -w 2 --threads 8 --access-logfile - spug.wsgi
|
exec gunicorn -b 127.0.0.1:9001 -w 2 --threads 8 --access-logfile - spug.wsgi
|
Loading…
Reference in New Issue