diff --git a/nginx/nginx.conf b/nginx/nginx.conf index eb1aef0ad..7a6d7c968 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -21,7 +21,7 @@ http { listen 3000; location / { # Delay each request by 4ms - access_by_lua_block { ngx.sleep(0.004) } + access_by_lua_block { ngx.sleep(0.4) } proxy_set_header Host $proxy_host; proxy_ssl_verify off; proxy_ssl_server_name on;