This commit is contained in:
Eugene Pankov
2021-07-26 17:56:35 +02:00
parent 151a2fab60
commit cbd8a93909
15 changed files with 84 additions and 327 deletions

View File

@@ -1,6 +1,5 @@
wsgi_app = "tabby.asgi:application"
wsgi_app = "tabby.wsgi:application"
workers = 4
worker_class = 'uvicorn.workers.UvicornWorker'
preload_app = True
sendfile = True