Increase burst rate on API rate limit to allow security scan info to be loaded

This commit is contained in:
Joseph Schorr 2018-07-18 15:23:58 -04:00
parent 4c5e5d0579
commit 91e7b4264e

View file

@ -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 {