踏遍青山
Log in
Main
临时存放
gunicorn
root
abc abc
16 Jul
cd ~/mysite
gunicorn -w 3 -b 127.0.0.1:8080 mysite.wsgi:application
cd ~/mysite
gunicorn -w 3 -b 127.0.0.1:8080 mysite.wsgi:application