Skip to content
Snippets Groups Projects
Commit e9ad03c9 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

fixes newline issue

parent 6bb6d6b8
Branches
No related tags found
1 merge request!13Sets the default ssl ciphers to mozillas intermediate config
...@@ -12,7 +12,7 @@ frontend {{ item.name }} {%if item.ip is defined %}{{ item.ip }}{% endif %}{%if ...@@ -12,7 +12,7 @@ frontend {{ item.name }} {%if item.ip is defined %}{{ item.ip }}{% endif %}{%if
{%- if item.ssl.ciphersuites is defined %} ciphersuites {{ item.ssl.ciphersuites }}{%- endif -%} {%- if item.ssl.ciphersuites is defined %} ciphersuites {{ item.ssl.ciphersuites }}{%- endif -%}
{%- endif -%} {%- endif -%}
{%- endif -%} {%- endif -%}
{%- if item.http2 is defined and item.http2 %} alpn h2,http/1.1{% endif -%} {%- if item.http2 is defined and item.http2 %} alpn h2,http/1.1{% endif %}
{% endfor -%} {% endfor -%}
{% endif -%} {% endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment