add gunicorn.conf.py.dist

This commit is contained in:
Christian Lawson-Perfect 2024-04-26 08:18:43 +00:00
parent c4f250573a
commit 3d5c0c6c73

6
gunicorn.conf.py.dist Normal file
View file

@ -0,0 +1,6 @@
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"