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 0162afd commit 9ea909bCopy full SHA for 9ea909b
README.markdown
@@ -2491,7 +2491,7 @@ location /foo {
2491
set $a 32;
2492
set $b 56;
2493
2494
- set_by_lua $res
+ set_by_lua $sum
2495
'return tonumber(ngx.arg[1]) + tonumber(ngx.arg[2])'
2496
$a $b;
2497
doc/HttpLuaModule.wiki
@@ -1977,7 +1977,7 @@ Here is an example
1977
1978
1979
1980
1981
1982
1983
0 commit comments