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 25f716c commit f2b6af7Copy full SHA for f2b6af7
README.md
@@ -39,7 +39,6 @@ server {
39
...
40
41
location = /testCFunGreeting {
42
- # if not variable specified, direct write response out
43
ngx_http_c_func_call "my_app_simple_get_greeting";
44
}
45
@@ -52,10 +51,7 @@ server {
52
51
53
54
55
- # if variable specified, not response write out, but it stored into myResponseVariable
56
- ngx_http_c_func_call "my_app_simple_get_greeting" respTo=myResponseVariable;
57
-
58
- return 200 $myResponseVariable;
+ ngx_http_c_func_call "my_app_simple_get_greeting"
59
60
61
0 commit comments