tarantool / nginx_upstream_module

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

Default content-type depends on nginx setup #103

Open dedok opened 6 years ago

dedok commented 6 years ago

Default should be application/json, and user may wish to rewritten it via nginx.conf by using nginx's add_header etc (default nginx features for rewriting HTTP headers).

Also this should be documented as well.