use different resolver for ssl stapling snippet
This commit is contained in:
parent
941ae1d6d5
commit
a9cee4de3b
|
@ -326,7 +326,7 @@
|
|||
nginx_snippets:
|
||||
sslstapling_hsts:
|
||||
- ssl_stapling on
|
||||
- resolver [2607:f2f8:0:101::a] valid=300s
|
||||
- resolver [::1] valid=300s
|
||||
- add_header Strict-Transport-Security max-age=31536000
|
||||
nginx_configs:
|
||||
gzip:
|
||||
|
|
Loading…
Reference in New Issue