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 6c5696b commit 27836e4Copy full SHA for 27836e4
README.md
@@ -599,6 +599,11 @@ Examples #3 (parse_urlencoded):
599
end
600
```
601
602
+```bash
603
+ # Call tarantool_stored_procedure_name()
604
+ $> wget NGINX_HOST/tarantool_stored_procedure_name/some/mega/path?q=1&q=2&q=3
605
+```
606
+
607
Examples #4 (pass_subrequest_uri):
608
609
* Origin (unparsed) uri
@@ -642,11 +647,6 @@ Examples #4 (pass_subrequest_uri):
642
647
643
648
644
649
645
-```bash
646
- # Call tarantool_stored_procedure_name()
- $> wget NGINX_HOST/tarantool_stored_procedure_name/some/mega/path?q=1&q=2&q=3
-```
-
650
[Back to contents](#contents)
651
652
tnt_pass_http_request_buffer_size
0 commit comments