cubicdaiya / ngx_dynamic_upstream

Dynamic upstream for nginx
Other
501 stars 108 forks source link

this module is not support tengine 2.1.2? #13

Closed Michael754267513 closed 8 years ago

Michael754267513 commented 8 years ago

this module is only support nginx 1.9.0 ? i saw readme,this is support nginx-1.9.0-plus?

cubicdaiya commented 8 years ago

this module is only support nginx 1.9.0 ? i saw readme,this is support nginx-1.9.0-plus?

It is available in 1.9.x or later.

this module is not support tengine 2.1.2?

Yes.

Michael754267513 commented 8 years ago

i test nginx 1.9.12,this module is ok,are you thinking about it with support tengine?

cubicdaiya commented 8 years ago

are you thinking about it with support tengine?

I have no plan now. Because ngx_dynamic_upstream requires the directive zone in upstream context for sharing upstreams with each nginx worker process. But tengine does not have it.

Michael754267513 commented 8 years ago

3Q