_hsts_map.conf 156 B

123
  1. map $scheme $hsts_header {
  2. https "max-age=63072000;{% if hsts_subdomains == 1 or hsts_subdomains == true -%} includeSubDomains;{% endif %} preload";
  3. }