mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
8 lines
130 B
Python
8 lines
130 B
Python
wsgi_app = "tabby.wsgi:application"
|
|
workers = 4
|
|
preload_app = True
|
|
sendfile = True
|
|
|
|
max_requests = 1000
|
|
max_requests_jitter = 100
|