uwsgi: unrecognized option '--wsgi-file'


[root@localhost webserver]# uwsgi --http-socket :8001 --wsgi-file testuwsgi.py
uwsgi: unrecognized option '--wsgi-file'
getopt_long() error
使用下面方式
[root@localhost webserver]# uwsgi --http-socket :8001 --plugin python --wsgi-file testuwsgi.py





posted @ 2017-09-19 13:14  duicym  阅读(4460)  评论(0编辑  收藏  举报