gunicorn stuff

This commit is contained in:
Bryan Gerlach
2026-02-17 16:36:58 -06:00
parent e2389cc6f3
commit f45cd77923
5 changed files with 12 additions and 9 deletions

View File

@@ -2,7 +2,8 @@ import os
# Adjust these values as needed
bind = "0.0.0.0:8000" # Host and port for Gunicorn to listen on
workers = 3 # The number of worker processes for concurrency (adjust based on system resources)
workers = 5 # The number of worker processes for concurrency (adjust based on system resources)
threads = 6
activate_base = True # Activate your virtual environment if applicable
# Path to your Django project's main WSGI application file (usually manage.py)