mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
10 lines
241 B
INI
10 lines
241 B
INI
[uwsgi]
|
|
uwsgi-socket = /tmp/uwsgi.sock
|
|
chmod-socket = 777
|
|
callable = app
|
|
plugin = python3
|
|
wsgi-file = wsgi.py
|
|
buffer-size = 65535
|
|
processes = %(%k * 2)
|
|
threads = %(%k * 20)
|
|
disable-logging = true |