Skip to content

Commit 27836e4

Browse files
committed
Fixed README.md
1 parent 6c5696b commit 27836e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,11 @@ Examples #3 (parse_urlencoded):
599599
end
600600
```
601601

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+
602607
Examples #4 (pass_subrequest_uri):
603608

604609
* Origin (unparsed) uri
@@ -642,11 +647,6 @@ Examples #4 (pass_subrequest_uri):
642647
end
643648
```
644649

645-
```bash
646-
# Call tarantool_stored_procedure_name()
647-
$> wget NGINX_HOST/tarantool_stored_procedure_name/some/mega/path?q=1&q=2&q=3
648-
```
649-
650650
[Back to contents](#contents)
651651

652652
tnt_pass_http_request_buffer_size

0 commit comments

Comments
 (0)