From 21059f13608107618512db7333ef2c1746bc66a8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 2 May 2022 04:10:42 -0400 Subject: [PATCH] add resolver setup to baseline configuration --- nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index c10d6dc..049b8dd 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -34,6 +34,9 @@ http { client_header_timeout 30s; send_timeout 30s; + resolver [::1]; + resolver_timeout 5s; + http2_max_concurrent_streams 32; limit_conn_status 429; limit_conn_zone $binary_remote_addr zone=addr:10m;