proxy_set_header X-Time (TIME)

dhaval d. lists at ruby-forum.com
Mon Jan 9 20:27:59 UTC 2012


yeah that is a good idea to use lua-nginx module or if you have built 
your nginx with perl then you can have a look at this as well

http://wiki.nginx.org/EmbeddedPerlModule

It is pretty much the same idea as Brian indicated.

Brian Akins wrote in post #1040119:
> something like:
>
> set_by_lua $my_time "return ngx.time()";

-- 
Posted via http://www.ruby-forum.com/.



More information about the nginx mailing list