From f8f39ea93631f67a1e610383492790c3ce57826f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Wed, 16 Feb 2022 11:41:56 +0100 Subject: [PATCH] update limit_conn to 100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Leszczyk --- docker/nginx/conf.d/server/server.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/conf.d/server/server.api b/docker/nginx/conf.d/server/server.api index 0674515e..d180aea7 100644 --- a/docker/nginx/conf.d/server/server.api +++ b/docker/nginx/conf.d/server/server.api @@ -353,7 +353,7 @@ location /skynet/trustless/basesector { include /etc/nginx/conf.d/include/proxy-buffer; include /etc/nginx/conf.d/include/track-download; - limit_conn downloads_by_ip 10; # ddos protection: max 100 downloads at a time + limit_conn downloads_by_ip 100; # ddos protection: max 100 downloads at a time # default download rate to unlimited set $limit_rate 0;