U api update

pull/22/head
vapao 2020-01-13 18:24:53 +08:00
parent 68d08dc844
commit 6e26d56cf3
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# start api service
cd $(dirname $(dirname $0))
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