标签: python uwsgi fabric
我目前运行此命令启动uwsgi
uwsgi --http :5000 --wsgi-file serviceapi/service_api.py --callable wsgi_app
在localhost:5000上运行API。
localhost:5000
但我想在localhost:5000/api上运行此API。我怎么能这样做?
localhost:5000/api
我在uwsgi --help输出中寻找一个选项,但无法找到方法。
uwsgi --help
答案 0 :(得分:1)
你必须使用" mountpoints"
https://github.com/unbit/uwsgi-docs/blob/master/Snippets.rst#multiple-flask-apps-in-different-mountpoints