OpenShift: specify bind in gunicorn.cfg

This commit is contained in:
František Zatloukal 2022-01-07 13:55:45 +01:00
commit d29651e178

View file

@ -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"