v2.7
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