diff --git a/roles/debian/nginx/templates/vhost_letsencrypt.j2 b/roles/debian/nginx/templates/vhost_letsencrypt.j2 index 7f48e253e..3504db459 100644 --- a/roles/debian/nginx/templates/vhost_letsencrypt.j2 +++ b/roles/debian/nginx/templates/vhost_letsencrypt.j2 @@ -2,7 +2,7 @@ server { {% if domain.ssl.varnish_bind_port %} - listen {{ domain.ssl.varnish_bind_port }} + listen {{ domain.ssl.varnish_bind_port }}; {% else %} listen 80; {% endif %}