mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
limit req burst 7
This commit is contained in:
parent
eaa56345da
commit
e0c80f5f71
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,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 https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue