Skip to content

Commit

Permalink
readme: Add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Apr 1, 2021
1 parent b940224 commit d00cbd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ Please note that this module is still unfinished and may have bugs. Please try i
- Admin API endpoints to inspect or modify rate limits


## Building

To build Caddy with this module, use [xcaddy](https://github.com/caddyserver/xcaddy):

```bash
$ xcaddy build --with github.com/mholt/caddy-ratelimit
```


## Explanation

The `rate_limit` HTTP handler module lets you define rate limit zones, which have a unique name of your choosing.
Expand Down

0 comments on commit d00cbd5

Please sign in to comment.