diff --git a/roles/ingress/templates/vhosts.conf.j2 b/roles/ingress/templates/vhosts.conf.j2 index 4fbea21..9a084a4 100644 --- a/roles/ingress/templates/vhosts.conf.j2 +++ b/roles/ingress/templates/vhosts.conf.j2 @@ -3,7 +3,7 @@ server { {% if loop.index == 1 %} listen {{ ingress_listen_args }} default_server; {% else %} - listen {{ ingress_listen_args }} ssl; + listen {{ ingress_listen_args }}; {% endif %} server_name {{ server.name }};