fix default for hsts

This commit is contained in:
Robert Kaussow 2018-12-09 23:12:54 +01:00
parent ac395e2a47
commit 2f047d1305
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ nginx_tls_ocsp_enabled: False
nginx_tls_hsts_enabled: False
nginx_hsts_options:
- nginx_hsts_max_age=63072000
- max-age=63072000
- includeSubDomains
nginx_xfo_enabled: True