Skip to content

Commit d70e966

Browse files
authored
Update README.md
1 parent 789aa05 commit d70e966

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Tarantool - https://hub.docker.com/r/tarantool/tarantool
4141
* [Compilation and install](#compilation-and-install)
4242
* [REST](#rest)
4343
* [JSON](#json)
44-
* [HTTP headers and status](#HTTP-headers-and-status)
44+
* [HTTP headers and status](#http-headers-and-status)
4545
* [Directives](#directives)
4646
* [tnt_pass](#tnt_pass)
4747
* [tnt_http_methods](#tnt_http_methods)
@@ -295,13 +295,9 @@ end
295295
296296
[Back to content](#content)
297297

298-
## Directives
299-
-------------
300-
[Back to content](#content)
301298

302-
303-
# HTTP headers and status
304-
-------------------------
299+
## HTTP headers and status
300+
--------------------------
305301

306302
Sometimes you have to set status or headers which came from the Tarantool.
307303
For this you have to use something like [ngx_lua](https://github.com/openresty/lua-nginx-module)
@@ -400,6 +396,10 @@ Example
400396

401397
[Back to content](#content)
402398

399+
## Directives
400+
-------------
401+
[Back to content](#content)
402+
403403
tnt_pass
404404
--------
405405
**syntax:** *tnt_pass UPSTREAM*

0 commit comments

Comments
 (0)