Update mw.tpl

pull/632/head
Mr Chen 6 months ago
parent 08ac6ea08c
commit 2cf2a893e6
  1. 2
      scripts/init.d/mw.tpl

@ -345,7 +345,7 @@ mw_debug(){
if [ -d ${PANEL_DIR}/web ];then
cd ${PANEL_DIR}/web
fi
gunicorn -b :$port -w 1 app:app
gunicorn -b :$port -k eventlet -w 1 app:app
}

Loading…
Cancel
Save