use different resolver for ssl stapling snippet

This commit is contained in:
staticsafe 2021-10-17 11:12:03 -04:00
parent 941ae1d6d5
commit a9cee4de3b
1 changed files with 1 additions and 1 deletions

View File

@ -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: