xiaokai-wang / nginx-stream-upsync-module

For stream protocol. syncing upstreams from etcd or consul and so on, dynamically updating backend servers attribute, not need to reload nginx for tcp protocol, stream configure.
175 stars 48 forks source link

Build fixes for compiling as a dynamic module #12

Closed akatrevorjay closed 7 years ago

xiaokai-wang commented 7 years ago

Making the two commits into one? A new pr?

Thanks.

akatrevorjay commented 7 years ago

@xiaokai-wang You can squash merge right from GitHub now! image

xiaokai-wang commented 7 years ago

Great! 👍

akatrevorjay commented 7 years ago

I know, it caught me by surprise too.

Something to note: This module must be loaded after the streams module, provided both are loaded dynamically, or you run into undefined reference dyn linker errors.