uwsgi error python application not found

后端 未结 1 1029
囚心锁ツ
囚心锁ツ 2020-12-21 20:51

I\'ve configured my nginx server with uwsgi and python and when I try to run my python application by hitting the url in my browser, the browser returns the message, uwsgi e

相关标签:
1条回答
  • 2020-12-21 21:10

    It looks like you have an old uWSGi instance already running. Be sure to kill all of the remaining instances and restart uWSGI. In addition to this try to always use the latest stable (1.0 is pretty old now)

    0 讨论(0)
提交回复
热议问题