1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-08 18:38:29 +00:00
nyaa/uwsgi.ini
2017-05-12 20:51:49 +02:00

31 lines
494 B
INI

[uwsgi]
# socket = [addr:port]
socket = uwsgi.sock
chmod-socket = 664
# logging
disable-logging = True
#logger = file:uwsgi.log
# Base application directory
#chdir = .
# WSGI module and callable
# module = [wsgi_module_name]:[application_callable_name]
module = WSGI:app
# master = [master process (true of false)]
master = true
# debugging
catch-exceptions = True
# performance
processes = 4
buffer-size = 8192
loop = gevent
socket-timeout = 10
gevent = 1000
gevent-monkey-patch = true