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 %}