Solved letsencrypt reference bugs

This commit is contained in:
2025-07-09 00:07:12 +02:00
parent 563d5fd528
commit 8da2e41463
21 changed files with 112 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ server
{{nginx_docker_reverse_proxy_extra_configuration}}
{% endif %}
{% include 'roles/letsencrypt/templates/ssl_header.j2' %}
{% include 'roles/network-letsencrypt/templates/ssl_header.j2' %}
{% for path in syncope_paths.values() %}
{% set location = web_protocol ~ '://' ~ domains | get_domain(application_id) ~ '/' ~ path ~ '/' %}