Increase burst rate on API rate limit to allow security scan info to be loaded
This commit is contained in:
parent
4c5e5d0579
commit
91e7b4264e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ location ~ ^/cnr {
|
|||
|
||||
location ~ ^/api {
|
||||
proxy_pass http://web_app_server;
|
||||
limit_req zone=api burst=5;
|
||||
limit_req zone=api burst=25;
|
||||
}
|
||||
|
||||
location ~ ^/api/suconfig {
|
||||
|
|
Reference in a new issue