diff --git a/gunicorn.conf.py.dist b/gunicorn.conf.py.dist new file mode 100644 index 0000000..b0bec6b --- /dev/null +++ b/gunicorn.conf.py.dist @@ -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"