openresty / echo-nginx-module

An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file
http://wiki.nginx.org/NginxHttpEchoModule
BSD 2-Clause "Simplified" License
1.17k stars 254 forks source link

How to build .so file from source code #81

Open k525245669 opened 6 years ago

k525245669 commented 6 years ago

There is still a gap for me to use this module.

In the README's Installation session: nginx.conf load_module /path/to/modules/ngx_http_echo_module.so;

Can anybody give the way to build .so file from source code. Thanks a lot.

shixiaoliu commented 4 years ago

https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus/