For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Rate limits

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 got 10 bursts.

Last updated