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 81ca5a4 commit c8a2e32Copy full SHA for c8a2e32
README.md
@@ -8,7 +8,7 @@
8
* Low overhead.
9
10
Note: Websockets are currently not supported until Tarantool support out of band replies.
11
-
+tnt_http_passhttp_request
12
About tarantool: http://tarantool.org
13
14
About upstream: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#upstream
@@ -64,7 +64,7 @@ About upstream: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#upst
64
tnt_http_rest_methods get post put delete; # or all
65
66
# Pass http headers and uri
67
- tnt_http_passhttp_request on;
+ tnt_pass_http_request on;
68
69
# Module on
70
tnt_pass backend;
0 commit comments