From 6f638c72cdb359d05ed0013a627f2c4b2811f69c Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Tue, 9 Jul 2024 18:04:56 +0530 Subject: [PATCH] Update nginx.conf --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 4893ee23..1f586b81 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -20,7 +20,7 @@ http { resolver 8.8.8.8 valid=100s ipv6=off; listen 3000; location / { - echo_sleep 0.004; # Delay each request by 4ms + echo_sleep 0.4; # Delay each request by 4ms proxy_set_header Host $proxy_host; proxy_ssl_verify off; proxy_ssl_server_name on;