From e39f05d16590798501a4fe1723839b7b1710469e Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 11 May 2020 20:13:41 +0200 Subject: [PATCH] nodelay 3 ratelimit tpl --- src/deb/for-download/tools/rate-limit-tpl/hosting-firewall.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deb/for-download/tools/rate-limit-tpl/hosting-firewall.stpl b/src/deb/for-download/tools/rate-limit-tpl/hosting-firewall.stpl index 0a9d2b79..a5d163e3 100644 --- a/src/deb/for-download/tools/rate-limit-tpl/hosting-firewall.stpl +++ b/src/deb/for-download/tools/rate-limit-tpl/hosting-firewall.stpl @@ -8,7 +8,7 @@ server { location / { limit_conn addr 2; - limit_req zone=one burst=7; + limit_req zone=one burst=7 delay=3; proxy_pass https://%ip%:%web_ssl_port%; }