minor improvements

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-09 20:28:58 +02:00
parent 7a38241485
commit f3439861bb
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 11 additions and 11 deletions

View File

@ -22,4 +22,4 @@
- name: "flush database, docker and proxy for '{{ application_id }}'" - name: "flush database, docker and proxy for '{{ application_id }}'"
meta: flush_handlers meta: flush_handlers
when: docker_compose_flush_handlers is not defined when: docker_compose_flush_handlers | bool

View File

@ -10,7 +10,7 @@ server
{% if proxy_extra_configuration is defined %} {% if proxy_extra_configuration is defined %}
{# Additional Domain Specific Configuration #} {# Additional Domain Specific Configuration #}
{{proxy_extra_configuration}} {{ proxy_extra_configuration }}
{% endif %} {% endif %}
{% include 'roles/net-letsencrypt/templates/ssl_header.j2' %} {% include 'roles/net-letsencrypt/templates/ssl_header.j2' %}

View File

@ -10,7 +10,7 @@ server
{% if proxy_extra_configuration is defined %} {% if proxy_extra_configuration is defined %}
{# Additional Domain Specific Configuration #} {# Additional Domain Specific Configuration #}
{{proxy_extra_configuration}} {{ proxy_extra_configuration }}
{% endif %} {% endif %}
{% include 'roles/net-letsencrypt/templates/ssl_header.j2' %} {% include 'roles/net-letsencrypt/templates/ssl_header.j2' %}