Update cli.sh

pull/632/head
Mr Chen 6 months ago
parent 21af7b2c1c
commit 339d9e829e
  1. 4
      cli.sh

@ -68,8 +68,8 @@ mw_start_panel(){
if [ -f ${DIR}/data/port.pl ];then if [ -f ${DIR}/data/port.pl ];then
port=$(cat ${DIR}/data/port.pl) port=$(cat ${DIR}/data/port.pl)
fi fi
# cd ${DIR}/web && gunicorn -b :${port} -k eventlet -w 1 app:app cd ${DIR}/web && gunicorn -b :${port} -k eventlet -w 1 app:app
cd ${DIR}/web && gunicorn -b :${port} -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app # cd ${DIR}/web && gunicorn -b :${port} -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
} }

Loading…
Cancel
Save