add gunicorn.conf.py.dist
This commit is contained in:
parent
c4f250573a
commit
3d5c0c6c73
1 changed files with 6 additions and 0 deletions
6
gunicorn.conf.py.dist
Normal file
6
gunicorn.conf.py.dist
Normal 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"
|
Loading…
Reference in a new issue