This is a config adapter for Caddy which converts NGINX config files into Caddy's native format. This project is not complete, and we are asking the community to help finish its development. Due to ...
This will implement rate limit on specific path (/exact/path) and prefixed path (/prefix/me) inside the location block location = /exact/path { access_by_lua_block { local ip = ngx.var.remote_addr ...