Nginx
By default, HollaEx CLI generates Nginx configurations automatically based on user's settings values. Generated files would be stored at
templates/local/nginx
.You can add your own snippets
templates/local/nginx/nginx.conf.
limit_req_zone $remote_addr zone=api:1m rate=4r/s;
In
templates/local/nginx/nginx.conf
, you can see and modify your rate limit setups based on your needs. Check here to see details on how the Nginx rate limit works.- Both for generic
v2
and/order
URL endpoints, By default they got10 burst.
Last modified 1yr ago