Private
Public Access
2
0

caddy: Fix bug default custom_cert
Some checks failed
Publish collection to Galaxy / publish (push) Has been cancelled

This commit is contained in:
2026-04-08 12:50:00 +03:00
parent f5b4a493fd
commit 8109fcd18b

View File

@@ -178,7 +178,7 @@
}
{% endfor %}
{% if site.custom_cert | default (false) %}
{% if site.custom_cert | default (caddy_sites_defaults.custom_cert) %}
tls {{ site.custom_cert_file }} {{ site.custom_cert_key_file }}
{% endif %}