From f0a151b35eb5bddd32e9f8b3436a255991a8f88b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 12 Oct 2022 16:26:15 -0400 Subject: [PATCH] increase resolver timeout --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 9f4f026a..260bc0ab 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -36,7 +36,7 @@ http { send_timeout 30s; resolver [::1]; - resolver_timeout 5s; + resolver_timeout 15s; http2_max_concurrent_streams 16; limit_conn_status 429;