hsts.conf 207 B

1234
  1. # Activate HSTS (HTTP Strict Transport Security)
  2. # Note: if we set another header in a location we've to
  3. # rewrite it
  4. add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;