Skip to content

Commit 1a3d928

Browse files
committed
update README.md
1 parent a2ce959 commit 1a3d928

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Specify the Tarantool server backend.
278278
}
279279
```
280280

281-
[Content](#content)
281+
[BOT](#content)
282282

283283
tnt_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

309309
tnt_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

344344
tnt_pass_http_request_buffer_size
345345
------------------------
@@ -351,7 +351,7 @@ tnt_pass_http_request_buffer_size
351351

352352
Specify the size of the buffer used for `tnt_pass_http_request`.
353353

354-
[Content](#content)
354+
[BOT](#content)
355355

356356
tnt_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

395395
tnt_send_timeout
396396
-------------------
@@ -404,7 +404,7 @@ The timeout for sending TCP requests to the Tarantool server, in seconds by defa
404404
It's wise to always explicitly specify the time unit to avoid confusion.
405405
Time 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

409409
tnt_read_timeout
410410
-------------------
@@ -419,7 +419,7 @@ The timeout for reading TCP responses from the Tarantool server, in seconds by d
419419
It's wise to always explicitly specify the time unit to avoid confusion.
420420
Time 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

424424
tnt_connect_timeout
425425
----------------------
@@ -435,7 +435,7 @@ It's wise to always explicitly specify the time unit to avoid confusion.
435435
Time units supported are `s`(seconds), `ms`(milliseconds), `y`(years), `M`(months), `w`(weeks), `d`(days), `h`(hours), and `m`(minutes).
436436
This time must be less than 597 hours.
437437

438-
[Content](#content)
438+
[BOT](#content)
439439

440440
tnt_buffer_size
441441
------------------
@@ -448,7 +448,7 @@ tnt_buffer_size
448448
This buffer size is used for reading Tarantool replies,
449449
but it's not required to be as big as the largest possible Tarantool reply.
450450

451-
[Content](#content)
451+
[BOT](#content)
452452

453453
tnt_next_upstream
454454
--------------------
@@ -462,7 +462,7 @@ Specify which failure conditions should cause the request to be forwarded to ano
462462
upstream server. Applies only when the value in [tnt_pass](#tnt_pass) is an upstream with two or more
463463
servers.
464464

465-
[Content](#content)
465+
[BOT](#content)
466466

467467
tnt_next_upstream_tries
468468
--------------------
@@ -485,7 +485,7 @@ tnt_next_upstream_timeout
485485
Limits the time during which a request can be passed to the next server.
486486
The 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
=================
504504
Python test: test/basic_features.py, test/v20_feautres.py, nginx.dev.conf.
505505

506506
Client 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.
511512
We also warmly welcome your feedback in the discussion mailing list, tarantool@googlegroups.com.

0 commit comments

Comments
 (0)