Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dedok authored Jul 2, 2017
1 parent 3af386f commit acc0993
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ Tarantool - https://hub.docker.com/r/tarantool/tarantool
* [JSON](#json)
* [Directives](#directives)
* [tnt_pass](#tnt_pass)
* [HTTP headers and status](#HTTP headers and status)
* [HTTP headers and status](#HTTP-headers-andstatus)
* [tnt_http_methods](#tnt_http_methods)
* [tnt_http_rest_methods](#tnt_http_rest_methods)
* [tnt_pass_http_request](#tnt_pass_http_request)
* [tnt_pass_http_request_buffer_size](#tnt_pass_http_request_buffer_size)
* [tnt_method](#tnt_method)
* [tnt_http_allowed_methods - experemental](#tnt_http_allowed_methods)
* [tnt_send_timeout](#tnt_send_timeout)
* [tnt_read_timeout](#tnt_read_timeout)
* [tnt_buffer_size](#tnt_buffer_size)
Expand Down Expand Up @@ -300,7 +299,7 @@ end
[Back to content](#content)

tnt_pass
------------
--------
**syntax:** *tnt_pass UPSTREAM*

**default:** *no*
Expand All @@ -326,8 +325,8 @@ Specify the Tarantool server backend.

[Back to content](#content)

HTTP headers and status
-----------------------
# HTTP headers and status
-------------------------

Sometimes you have to set status or headers which came from the Tarantool.
For this you have to use something like [ngx_lua](https://github.com/openresty/lua-nginx-module)
Expand Down

0 comments on commit acc0993

Please sign in to comment.