Increase HSTS max-age to default to one year (#10564)

This commit is contained in:
Michael Dreher 2023-10-27 12:50:37 +02:00 committed by GitHub
parent 7e7001d2a0
commit 8c3aeaae4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ lua_shared_dict ocsp_response_cache 5M;
listen_ports = { ssl_proxy = "442", https = "443" },
hsts = true,
hsts_max_age = 15724800,
hsts_max_age = 31536000,
hsts_include_subdomains = true,
hsts_preload = false,
})