Increase HSTS max-age to default to one year (#10564)
This commit is contained in:
parent
7e7001d2a0
commit
8c3aeaae4a
5 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ The following table shows a configuration option's name, type, and the default v
|
|||
|[http2-max-concurrent-streams](#http2-max-concurrent-streams)|int|128||
|
||||
|[hsts](#hsts)|bool|"true"||
|
||||
|[hsts-include-subdomains](#hsts-include-subdomains)|bool|"true"||
|
||||
|[hsts-max-age](#hsts-max-age)|string|"15724800"||
|
||||
|[hsts-max-age](#hsts-max-age)|string|"31536000"||
|
||||
|[hsts-preload](#hsts-preload)|bool|"false"||
|
||||
|[keep-alive](#keep-alive)|int|75||
|
||||
|[keep-alive-requests](#keep-alive-requests)|int|1000||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue