Merge pull request #75 from ChrisMcKee/patch-1

add secondary google dns ip and 2 failover DYN DNS public dns ips, and t...
This commit is contained in:
Andy Dawson 2014-10-29 19:46:29 +01:00
commit 62ef8ddbcc
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# OCSP stapling...
ssl_stapling on;
ssl_stapling_verify on;
#ssl_trusted_certificate /path/to/ca.crt;
resolver 8.8.8.8;
#ssl_trusted_certificate /path/to/ca.crt; #trusted cert must be made up of your intermediate certificate followed by root certificate
resolver 8.8.8.8 8.8.4.4 216.146.35.35 216.146.36.36 valid=60s;
resolver_timeout 2s;