Skip to content

Commit a8f8814

Browse files
committed
refactor: remove ocsp resolver
1 parent 40794f1 commit a8f8814

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conf/nginx.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ http {
5353
# OCSP Stapling
5454
ssl_stapling on;
5555
ssl_stapling_verify on;
56-
resolver 1.1.1.1 223.5.5.5 208.67.222.222 208.67.220.220 valid=60s;
57-
resolver_timeout 2s;
5856

5957
server_names_hash_bucket_size 128;
6058
large_client_header_buffers 4 32k;

0 commit comments

Comments
 (0)