Hi again,
After some searching on Nginx source code, eventually i did find out the
issue. The issue was on module type. I had defined it as NGX_STREAM_MODULE,
but it must be NGX_HTTP_MODULE because i did intend to add some features to
upstream module. Also I had to change configuration directive
Anyone knows about this? I feel it is very important to know the network
delay between LB and the US servers
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,258958,259412#msg-259412
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.o
Hello everyone,
Recently for some of our needs on Nginx, I am working to develop a new
module on Nginx. So I have started to develop a test and basic module. My
intention is to call a function before selecting one servers in upstream
section. For this, I set NGX_STREAM_MODULE type. when running t