flask的 uwsig.ini 配置文件如下: [uwsgi] socket = 127.0.0.1:3031 wsgi-file = flask_web.py callable = app processes = 4 threads = 2 stats ...
確定! 回上一頁