mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 22:25:30 +00:00
8 lines
159 B
Python
8 lines
159 B
Python
loglevel = "info"
|
|
errorlog = "-" # stderr
|
|
accesslog = "-" # stdout
|
|
worker_tmp_dir = "/dev/shm"
|
|
graceful_timeout = 120
|
|
timeout = 120
|
|
keepalive = 5
|
|
threads = 4 |