We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e70b03 commit ac4fc22Copy full SHA for ac4fc22
README.md
@@ -204,7 +204,7 @@ local metadata = rx:match(ngx.var.uri, {...})
204
* `method`: optional, method name of client request.
205
* `host`: optional, client request host.
206
* `remote_addr`: optional, client remote address like `192.168.1.100`.
207
- * `vars`: optional, a Lua table to fetch variable, default value is `ngx.var` to fetch Ningx builtin variable.
+ * `vars`: optional, a Lua table to fetch variable, default value is `ngx.var` to fetch Nginx builtin variable.
208
209
Matchs the route by `method`, `path` and `host` etc, and call `handler` function if successful.
210
0 commit comments