{input = {question = "What is 2+2?"}, output = {answer = "4"}}, {input = {question = "What is 3+3?"}, output = {answer = "6"}}, {input = {question = "What is 5+5 ...
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 ...