Skip to content

Commit 21f36f5

Browse files
committed
Don't spit out a ; if the preceeding value is empty
1 parent c142368 commit 21f36f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/templates/proxy_host.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ server {
3737
{% endfor %}deny all;
3838

3939
# Access checks must...
40+
{% if access_list.satisfy %}
4041
{{ access_list.satisfy }};
42+
{% endif %}
4143

4244
{% endif %}
4345

0 commit comments

Comments
 (0)