You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
244 B
INI

[uwsgi]
http = 0.0.0.0:8092
# 项目目录
chdir = /root/SUSTechPOINTS
# 指定项目的Application
module = main:application
master = true
buffer-size = 65536
# 开多少进程
processes = 4
# 每个进程上有多少线程
threads = 2