gunicorn: bind to 0.0.0.0:8100 to align with nginx

This commit is contained in:
oib
2025-08-08 08:57:25 +02:00
parent 54b47f6bef
commit 44a3c06e5e

View File

@ -1,4 +1,4 @@
bind = "0.0.0.0:8000"
bind = "0.0.0.0:8100"
workers = 2 # Tune based on available CPU cores
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 300 # Increased from 60 to 300 seconds (5 minutes)