tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Allow nginx variables for tnt_method #91

Closed shkuropat closed 7 years ago

shkuropat commented 7 years ago

Hi. At this moment for 10 tarantool procedures, I need 10 tnt_pass methods. I think something like this, will be very useful.

location ~ /tnt_proxy/([-_a-zA-Z0-9/]+) {
    tnt_method $1;
   ...
}
dedok commented 7 years ago

in 1f057360b6a2425e31bd15fe890397e49687d748