OpenShift: specify bind in gunicorn.cfg
This commit is contained in:
parent
fbb6de7a83
commit
d29651e178
1 changed files with 1 additions and 0 deletions
|
|
@ -5,3 +5,4 @@ gunicorn_logger = logging.getLogger('gunicorn.error')
|
|||
gunicorn_logger.addHandler(logging.StreamHandler(sys.stdout))
|
||||
timeout = 120
|
||||
graceful_timeout = 120
|
||||
bind = "0.0.0.0:8080"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue