FRiCKLE / ngx_cache_purge

nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.
http://labs.frickle.com/nginx_ngx_cache_purge/
Other
1.06k stars 310 forks source link

Convert a config file to build a dynamic module #45

Open hnakamur opened 8 years ago

hnakamur commented 8 years ago

Please refer to Converting Static Modules to Dynamic Modules | NGINX for dynamic modules.

ctrochalakis commented 8 years ago

Hello,

Is it possible to proceed with this pull request adding dynamic module support for? The module is part of nginx-extras in debian/ubuntu and we are in the process of splitting the modules in separate packages.

Thank you

hnakamur commented 8 years ago

@ctrochalakis I confirmed that this module was built successfully with this pull request when I made it. However I have not used this module myself after that. So you need to test it yourself.

awsumco commented 7 years ago

@hnakamur with out the patch from #51 NGINX just segfaults child workers. On my test centOS7 server NGINX works as expected.