tarantool / nginx_upstream_module

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

Allow in nginx.conf customize tarantool users #40

Closed dedok closed 6 years ago

dedok commented 8 years ago

proposal config (all contexts):

location / {
  tnt_user STR;
  tnt_password STR;
}
dedok commented 6 years ago

Dup of https://github.com/tarantool/nginx_upstream_module/issues/106