nodelay 3 ratelimit tpl

This commit is contained in:
myvesta 2020-05-11 20:12:59 +02:00 committed by GitHub
commit 5987766e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ server {
location / {
limit_conn addr 2;
limit_req zone=one burst=7;
limit_req zone=one burst=7 delay=3;
proxy_pass http://%ip%:%web_port%;
}