change HSTS time to 6 months

This commit is contained in:
Asif Bacchus 2019-10-17 00:27:26 -06:00
parent 2ae3fa2144
commit fd17964781
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDS
ssl_dhparam /certs/dhparam.pem;
# HSTS (6 months = 15768000 seconds)
#add_header Strict-Transport-Security "max-age=63072000" always;
#add_header Strict-Transport-Security "max-age=15768000" always;
# OCSP Stapling
# fetch OCSP records from URL in ssl_certificate and cache them

View File

@ -18,7 +18,7 @@ ssl_protocols TLSv1.3;
ssl_prefer_server_ciphers off;
# HSTS (6 months = 15768000 seconds)
#add_header Strict-Transport-Security "max-age=63072000" always;
#add_header Strict-Transport-Security "max-age=15768000" always;
# OCSP Stapling
# fetch OCSP records from URL in ssl_certificate and cache them