mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-11 14:45:31 +00:00
run app with gunicorn
This commit is contained in:
8
gunicorn.conf.py
Normal file
8
gunicorn.conf.py
Normal file
@@ -0,0 +1,8 @@
|
||||
loglevel = "info"
|
||||
errorlog = "-" # stderr
|
||||
accesslog = "-" # stdout
|
||||
worker_tmp_dir = "/dev/shm"
|
||||
graceful_timeout = 120
|
||||
timeout = 120
|
||||
keepalive = 5
|
||||
threads = 4
|
||||
Reference in New Issue
Block a user