mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
limit req burst 7
This commit is contained in:
parent
f08de3d41c
commit
eaa56345da
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
limit_conn addr 2;
|
limit_conn addr 2;
|
||||||
limit_req zone=one burst=5;
|
limit_req zone=one burst=7;
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue