Update 2025-05-21_08:58:06
This commit is contained in:
10
gunicorn.conf.py
Normal file
10
gunicorn.conf.py
Normal file
@ -0,0 +1,10 @@
|
||||
bind = "0.0.0.0:8000"
|
||||
workers = 2 # Tune based on available CPU cores
|
||||
worker_class = "uvicorn.workers.UvicornWorker"
|
||||
timeout = 60
|
||||
keepalive = 30
|
||||
loglevel = "info"
|
||||
accesslog = "-"
|
||||
errorlog = "-"
|
||||
proxy_allow_ips = "*"
|
||||
|
Reference in New Issue
Block a user