nginx: bump burst value to 10
This commit is contained in:
parent
7cf341f4e1
commit
3e9e41bdeb
@ -47,7 +47,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
limit_req zone=req_limit_per_ip burst=5;
|
||||
limit_req zone=req_limit_per_ip burst=10;
|
||||
limit_conn conn_limit_per_ip 30;
|
||||
|
||||
proxy_pass http://app;
|
||||
|
||||
@ -10,7 +10,7 @@ server {
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
location / {
|
||||
limit_req zone=req_limit_per_ip burst=5;
|
||||
limit_req zone=req_limit_per_ip burst=10;
|
||||
limit_conn conn_limit_per_ip 30;
|
||||
|
||||
proxy_pass http://app;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user