From e0c80f5f71cb40f266bd6a0cd19ca1ed789bf89e Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 9 May 2020 22:52:19 +0200 Subject: [PATCH] limit req burst 7 --- 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 fd1f75d1..0a9d2b79 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=5; + limit_req zone=one burst=7; proxy_pass https://%ip%:%web_ssl_port%; }