You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a good idea to have something like tnt_status_from_response on to Nginx config, what enables the ability to return from Tarantool status code and additional headers, like that: return data[, status=200 [, headers={}]]
The text was updated successfully, but these errors were encountered:
The documentation (on the 'Code' tab) says "Sometimes you have to set status or headers which came from Tarantool. For this purpose, you have to use something like ngx_lua or ngx_perl, etc."
But I like your suggestion better, its much less complex.
Note for others: you can change the 'content-type' header, globally, by adding this nginx.conf directive:
It would be a good idea to have something like
tnt_status_from_response on
to Nginx config, what enables the ability to return from Tarantool status code and additional headers, like that:return data[, status=200 [, headers={}]]
The text was updated successfully, but these errors were encountered: