rename rate/ to Foxnouns.RateLimiter/ for consistency
This commit is contained in:
parent
d1faf1ddee
commit
6fe816404f
8 changed files with 0 additions and 0 deletions
7
Foxnouns.RateLimiter/README.md
Normal file
7
Foxnouns.RateLimiter/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Rate limiting proxy
|
||||
|
||||
This is a service that's meant to sit between nginx (or another reverse proxy) and Foxnouns.Backend.
|
||||
To configure, copy `proxy-config.example.json` to your working directory, rename it to `proxy-config.json`,
|
||||
and change any keys you need to.
|
||||
|
||||
Build with `go build -v .` and run with `./rate`
|
Loading…
Add table
Add a link
Reference in a new issue