Nginx module not binary compatible after compilation on Centos 7
Turns out, the --with-compat
option was causing the issue. I added it because the guide on nginx.com said so, but after removing it and compiling one more time, nginx -t
tells me that the config is good.