diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-02 04:09:18 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-02 04:09:18 -0400 |
| commit | 271d04b876c5c2f3f31c3f8831d6dfe9ca0a0d8c (patch) | |
| tree | bf3a6655aed992ab6ca761ede016ce02552f15e6 | |
| parent | 8c360de37976cc001090c82432ec3f0b57f5466c (diff) | |
add resolver setup to baseline configuration
| -rw-r--r-- | nginx/nginx.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2267ed82..eb5f1c5c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -33,6 +33,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; |
