diff --git a/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py b/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py index 368dcad2ea..73b91c2066 100644 --- a/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py +++ b/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py @@ -1 +1,3 @@ +bind = "0.0.0.0:8080" +accesslog = "-" timeout = 60