From 21f36f535f4e24521e8249cc90828c43005831ca Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Fri, 16 Oct 2020 13:41:08 +1000 Subject: [PATCH] Don't spit out a ; if the preceeding value is empty --- backend/templates/proxy_host.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/templates/proxy_host.conf b/backend/templates/proxy_host.conf index 1c2c0e76..17a52107 100644 --- a/backend/templates/proxy_host.conf +++ b/backend/templates/proxy_host.conf @@ -37,7 +37,9 @@ server { {% endfor %}deny all; # Access checks must... + {% if access_list.satisfy %} {{ access_list.satisfy }}; + {% endif %} {% endif %}