mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
nodelay 3 ratelimit tpl
This commit is contained in:
parent
060dfee2bd
commit
5987766e19
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=7;
|
limit_req zone=one burst=7 delay=3;
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue