Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 6f638c7

Browse files
authored
Update nginx.conf
1 parent 206a4e7 commit 6f638c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ http {
2020
resolver 8.8.8.8 valid=100s ipv6=off;
2121
listen 3000;
2222
location / {
23-
echo_sleep 0.004; # Delay each request by 4ms
23+
echo_sleep 0.4; # Delay each request by 4ms
2424
proxy_set_header Host $proxy_host;
2525
proxy_ssl_verify off;
2626
proxy_ssl_server_name on;

0 commit comments

Comments
 (0)