_forced_ssl.conf 174 B

123456
  1. {% if certificate and certificate_id > 0 -%}
  2. {% if ssl_forced == 1 or ssl_forced == true %}
  3. # Force SSL
  4. include conf.d/include/force-ssl.conf;
  5. {% endif %}
  6. {% endif %}