ngx_lua + proxy_next_upstream

Jedrzej Nowak pigmej at gmail.com
Wed Sep 18 13:09:35 UTC 2013


Hello,

I have configured:
1. ngx_lua as rewrite_by_lua_file
2. lua returns upstream
3. Nginx connects to the upstream
Works perfectly.

The question is how can I archive proxy_next_upstream.
Preferably I would like to return to lua with a error reason.
If the only way is to return several servers in upstream from lua, how to
do so ?

I'm currently setting ngx.var.upstream and then proxy_pass http://$upstream.
I suppose the simplest method would be to set the $upstream in correct
format. But what about my preferably method?

Cheers,
Jędrzej Nowak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130918/78c9c142/attachment.html>


More information about the nginx mailing list