Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 317 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 317 Bytes

nginx-quota-decrementer

NGINX quota decrement service for distributed systems such as API gateway.

Getting Started

Start nginx-quota-decrementer:

make start

Stop nginx-quota-decrementer:

make down

Clean up container images of nginx-quota-decrementer:

make clean