uncomment plugins in uwsgi ini

This commit is contained in:
hillerliao
2021-08-21 11:58:55 +08:00
parent 348c2e3f61
commit 2ecce9812a

View File

@@ -3,7 +3,7 @@
http = 127.0.0.1:5000
processes = 4
threads = 2
# plugins = python3mv
plugins = python3
master = true
# 启动主进程来管理其他进程其它的uwsgi进程都是这个master进程的子进程如果kill这个master进程相当于重启所有的uwsgi进程。