adding blank line to resultsdb.conf to force newline in rendered template, fixing syntax error

This commit is contained in:
Tim Flink 2014-06-25 18:32:08 +00:00
parent 3e4a477540
commit 41f542946e

View file

@ -16,6 +16,7 @@ WSGISocketPrefix run/wsgi
<RequireAny>
Require method GET
Require ip 127.0.0.1 ::1{% for host in allowed_hosts %} {{ host }}{% endfor %}
</RequireAny>
</IfModule>
<IfModule !mod_auth_core.c>