nodelay 3 ratelimit tpl

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

View file

@ -8,7 +8,7 @@ server {
location / { location / {
limit_conn addr 2; 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%; proxy_pass https://%ip%:%web_ssl_port%;
} }