nginx-proxy-manager/backend/templates/_forced_tls.conf
2024-10-20 19:48:53 +02:00

6 lines
151 B
Text

{%- if certificate and certificate_id > 0 %}
{%- if ssl_forced %}
# Force TLS
include conf.d/include/force-tls.conf;
{%- endif %}
{%- endif %}