phantasmobile/app/gunicorn_config.py

5 lines
83 B
Python

bind = "[::]:8886"
log_level = "info"
max_requests = 500
timeout = 360
workers = 5