|
@@ -1,8 +1,7 @@ |
|
|
# Configuration file for Gunicorn |
|
|
# Configuration file for Gunicorn |
|
|
# http://docs.gunicorn.org/en/latest/configure.html |
|
|
# http://docs.gunicorn.org/en/latest/configure.html |
|
|
|
|
|
|
|
|
bind = ["0.0.0.0:5000"] |
|
|
|
|
|
daemon = True |
|
|
|
|
|
|
|
|
bind = ["unix:/tmp/gunicorn.sock"] |
|
|
workers = 4 |
|
|
workers = 4 |
|
|
|
|
|
|
|
|
accesslog = "logs/access.log" |
|
|
accesslog = "logs/access.log" |
|
|