diff --git a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 index e28b81024e..5d01a1c597 100644 --- a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 +++ b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 @@ -16,6 +16,7 @@ WSGISocketPrefix run/wsgi Require method GET Require ip 127.0.0.1 ::1{% for host in allowed_hosts %} {{ host }}{% endfor %} +