thinkserver/gunicorn.conf.py.dist

7 lines
246 B
Text
Raw Normal View History

2024-04-26 09:18:43 +01:00
bind = "unix:/run/think_something.sock"
workers = 1
accesslog = "/var/log/gunicorn/think.somethingorotherwhatever.com.access.log"
errorlog = "/var/log/gunicorn/think.somethingorotherwhatever.com.error.log"
capture_output = True
loglevel = "info"