6 lines
246 B
Text
6 lines
246 B
Text
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"
|