comment plugins

This commit is contained in:
hillerliao
2021-08-21 12:01:42 +08:00
parent 2ecce9812a
commit 6dbbe1d86d

View File

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