Skip to content

v2.7

Compare
Choose a tag to compare
@igormunkin igormunkin released this 23 Jul 21:07
· 20 commits to master since this release
6c5696b

Features

The version has a new option pass_subrequest_uri for tnt_pass_http_request config directive.

Previous implementation unconditionally passes unparsed uri, recieved from client. However it can be changed due to several internal redirects, such as rewrite, X-Accel-Redirect, etc. If the new option for tnt_pass_http_request is set, the actual subrequest uri will be passed to tarantool upstream.

Default behaviour coincides with the old one for saving backward compatibility.

You can find more information and examples into the README