Create stapling.conf

master
Edwin Lyon 5 years ago committed by GitHub
parent e080b28e13
commit 974073a8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      nginx/snippets/stapling.conf

@ -0,0 +1,4 @@
ssl_stapling on;
ssl_stapling_verify on;
resolver 1.1.1.1:53 1.0.0.1:53 '[2606:4700:4700::1111]:53' '[2606:4700:4700::1001]:53' valid=300s;
resolver_timeout 30s;
Loading…
Cancel
Save