Skip to content

Commit

Permalink
[en] minor tweaks in "Nginx Variables (07)".
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Mar 15, 2013
1 parent abcb371 commit 59093e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/01-NginxVariables07.tut
Expand Up @@ -191,6 +191,6 @@ returns the first value of the argument, discarding other values silently:
$ curl 'http://localhost:8080/test?name=Tom&name=Jim&name=Bob' $ curl 'http://localhost:8080/test?name=Tom&name=Jim&name=Bob'
name: [Tom] name: [Tom]


To solve these problems, we can directly use the Lua function To solve these problems, we can use the Lua function
L<ngx_lua/ngx.req.get_uri_args> provided by the L<ngx_lua> module. L<ngx_lua/ngx.req.get_uri_args> provided by the L<ngx_lua> module instead.


0 comments on commit 59093e2

Please sign in to comment.