6 lines
151 B
Text
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 %}
|