forked from mirror/MrDoc
优化默认uwsgi配置文件
This commit is contained in:
parent
a84ebc92bf
commit
1e814e8442
@ -1,7 +1,6 @@
|
||||
[uwsgi]
|
||||
master = true
|
||||
processes = 1
|
||||
threads = 2
|
||||
processes = 5
|
||||
chdir = /app/MrDoc
|
||||
wsgi-file= /app/MrDoc/MrDoc/wsgi.py
|
||||
http = 0.0.0.0:10086
|
||||
@ -12,4 +11,6 @@ master = true
|
||||
max-requests = 1000
|
||||
buffer-size = 65536
|
||||
http-timeout = 300
|
||||
socket-timeout = 300
|
||||
socket-timeout = 300
|
||||
reload-mercy = 1
|
||||
worker-reload-mercy = 1
|
Loading…
x
Reference in New Issue
Block a user