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