openresty / replace-filter-nginx-module

Streaming regular expression replacement in response bodies
260 stars 68 forks source link

Add module to opm #22

Closed amingilani closed 7 years ago

amingilani commented 7 years ago

Since I'm basing my openresty off of the original docker installation, it would be so much better if you could just turn this into an opm package.

agentzh commented 7 years ago

@amingilani opm only supports Lua modules right now though there's plans to add support for nginx C modules in the future.

amingilani commented 7 years ago

I see, thanks for clarifying. So there's basically no way to install this without recompiling nginx/openresty?

amingilani commented 7 years ago

Forgive my ignorance, I'm new to the whole nginx scripting world :)