Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Nginx-provided http modules #145

Closed
kennyparsons opened this issue May 25, 2020 · 1 comment
Closed

Add Support for Nginx-provided http modules #145

kennyparsons opened this issue May 25, 2020 · 1 comment

Comments

@kennyparsons
Copy link

I reviewed the code, so I apologize if I missed it, but is it possible to specify the additional of nginx-provided http modules? Such as the ngx_http_geoip_module or the ngx_http_addition_module? These modules are not third-party modules. They are ones provided by nginx that say

This module is not built by default, it should be enabled with the --with-http_addition_module configuration parameter.

I'd be glad to add these myself to the script. Would i just put the text after "NGINX_MODULES" on line 346?

@SoftCreatR
Copy link
Contributor

I'd be glad to add these myself to the script. Would i just put the text after "NGINX_MODULES" on line 346?

Yep. However, GeoIP is there.

@kennyparsons kennyparsons closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants