AlticeLabsProjects / nginx-log-zmq

nginx module to log messages over ZeroMQ
MIT License
64 stars 16 forks source link

Fix module config for static builds on newer nginx versions #21

Open yellowcrescent opened 5 years ago

yellowcrescent commented 5 years ago

Hello! This is a PR to update the module config file, so that nginx-log-zmq will build correctly against versions of NGINX as a static module. Currently, if one tries to build this module against latest nginx releases, the build will complete OK, but none of the nginx-log-zmq objects will get compiled and linked into nginx.

Thanks!