@@ -278,7 +278,7 @@ Specify the Tarantool server backend.
278278 }
279279```
280280
281- [ Content ] ( #content )
281+ [ BOT ] ( #content )
282282
283283tnt_http_rest_methods
284284----------------
@@ -304,7 +304,7 @@ Example
304304 $> wget NGINX_HOST/tarantool_stored_procedure_name/some/mega/path? q=1
305305```
306306
307- [ Content ] ( #content )
307+ [ BOT ] ( #content )
308308
309309tnt_pass_http_request
310310------------------
@@ -339,7 +339,7 @@ Examples
339339 $> wget NGINX_HOST/tarantool_stored_procedure_name/some/mega/path? q=1
340340```
341341
342- [ Content ] ( #content )
342+ [ BOT ] ( #content )
343343
344344tnt_pass_http_request_buffer_size
345345------------------------
@@ -351,7 +351,7 @@ tnt_pass_http_request_buffer_size
351351
352352Specify the size of the buffer used for ` tnt_pass_http_request ` .
353353
354- [ Content ] ( #content )
354+ [ BOT ] ( #content )
355355
356356tnt_method
357357-----------
@@ -390,7 +390,7 @@ Examples
390390 # Error Call tarantool_stored_procedure_XXX()
391391 $> wget NGINX_HOST/tarantool_stored_procedure_XXX/some/mega/path? q=1
392392```
393- [ Content ] ( #content )
393+ [ BOT ] ( #content )
394394
395395tnt_send_timeout
396396-------------------
@@ -404,7 +404,7 @@ The timeout for sending TCP requests to the Tarantool server, in seconds by defa
404404It's wise to always explicitly specify the time unit to avoid confusion.
405405Time units supported are ` s ` (seconds), ` ms ` (milliseconds), ` y ` (years), ` M ` (months), ` w ` (weeks), ` d ` (days), ` h ` (hours), and ` m ` (minutes).
406406
407- [ Content ] ( #content )
407+ [ BOT ] ( #content )
408408
409409tnt_read_timeout
410410-------------------
@@ -419,7 +419,7 @@ The timeout for reading TCP responses from the Tarantool server, in seconds by d
419419It's wise to always explicitly specify the time unit to avoid confusion.
420420Time units supported are ` s ` (seconds), ` ms ` (milliseconds), ` y ` (years), ` M ` (months), ` w ` (weeks), ` d ` (days), ` h ` (hours), and ` m ` (minutes).
421421
422- [ Content ] ( #content )
422+ [ BOT ] ( #content )
423423
424424tnt_connect_timeout
425425----------------------
@@ -435,7 +435,7 @@ It's wise to always explicitly specify the time unit to avoid confusion.
435435Time units supported are ` s ` (seconds), ` ms ` (milliseconds), ` y ` (years), ` M ` (months), ` w ` (weeks), ` d ` (days), ` h ` (hours), and ` m ` (minutes).
436436This time must be less than 597 hours.
437437
438- [ Content ] ( #content )
438+ [ BOT ] ( #content )
439439
440440tnt_buffer_size
441441------------------
@@ -448,7 +448,7 @@ tnt_buffer_size
448448This buffer size is used for reading Tarantool replies,
449449but it's not required to be as big as the largest possible Tarantool reply.
450450
451- [ Content ] ( #content )
451+ [ BOT ] ( #content )
452452
453453tnt_next_upstream
454454--------------------
@@ -462,7 +462,7 @@ Specify which failure conditions should cause the request to be forwarded to ano
462462upstream server. Applies only when the value in [ tnt_pass] ( #tnt_pass ) is an upstream with two or more
463463servers.
464464
465- [ Content ] ( #content )
465+ [ BOT ] ( #content )
466466
467467tnt_next_upstream_tries
468468--------------------
@@ -485,7 +485,7 @@ tnt_next_upstream_timeout
485485Limits the time during which a request can be passed to the next server.
486486The 0 value turns off this limitation.
487487
488- [ Content ] ( #content )
488+ [ BOT ] ( #content )
489489
490490## Performance Tuning
491491==================
@@ -497,15 +497,16 @@ The 0 value turns off this limitation.
497497* Tune Linux Network.
498498* Tune nginx buffers.
499499
500- [ Content ] ( #content )
500+ [ BOT ] ( #content )
501501
502502## Examples
503503=================
504504Python test: test/basic_features.py, test/v20_feautres.py, nginx.dev.conf.
505505
506506Client side javascript example: example/echo.html, example/echo.lua.
507507
508- [ Content ] ( #content )
508+ [ BOT ] ( #content )
509509
510- Please report bugs at https://github.com/tarantool/nginx_upstream_module/issues
510+ ================
511+ Please report bugs at https://github.com/tarantool/nginx_upstream_module/issues .
511512We also warmly welcome your feedback in the discussion mailing list, tarantool@googlegroups.com .
0 commit comments