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