<p dir="ltr">LUA.</p>
<p dir="ltr">Yay I needed an excuse to play with lua. </p>
<p dir="ltr">Seriously sounds a bit scary but I will take the plunge and see what happens. </p>
<p dir="ltr">Thanks<br>
</p>
<div class="gmail_quote">On Aug 30, 2012 5:33 PM, "agentzh" <<a href="mailto:agentzh@gmail.com">agentzh@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello!<br>
<br>
On Thu, Aug 30, 2012 at 2:30 PM, agentzh <<a href="mailto:agentzh@gmail.com">agentzh@gmail.com</a>> wrote:<br>
><br>
>     location / {<br>
>         access_by_lua '<br>
>             local res = ngx.location.capture("/auth")<br>
>             if res.status == 200 then<br>
>                 ngx.req.set_header("X-Server-ID", res.var.pg_server)<br>
<br>
Sorry, typo here, this line should be<br>
<br>
                 ngx.req.set_header("X-Server-ID", ngx.var.pg_server)<br>
<br>
Best regards,<br>
-agentzh<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>