Update nginx/nginx.conf
This commit is contained in:
parent
b932cda236
commit
68d026c650
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ http {
|
|||
|
||||
# replace with the IP address of your resolver;
|
||||
# async 'resolver' is important for proper operation of OCSP stapling
|
||||
resolver [2001:4860:4860::8888] [2001:4860:4860::8844];
|
||||
resolver [2001:4860:4860::8888] 8.8.8.8;
|
||||
|
||||
# If certificates are marked OCSP Must-Staple, consider managing the
|
||||
# OCSP stapling cache with an external script, e.g. certbot-ocsp-fetcher
|
||||
|
|
Reference in a new issue