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

Dynamic Module Support #43 #44

Closed
wants to merge 2 commits into from
Closed

Dynamic Module Support #43 #44

wants to merge 2 commits into from

Conversation

aosaginohi
Copy link

Changed to config file so it compiles as a Dynamic Module or as a Normal module.

For dynamic module use: --add-dynamic-module=/etc/nginx/modules/headersmore
For normal module use: --add-module=/etc/nginx/modules/headersmore

Both worked fine for me with the below change.

Issue #43

Fixed so module can be compiled as dynamic module and as normal module.
@agentzh
Copy link
Member

agentzh commented Feb 10, 2016

@sbagmeijer Thanks for the patch. I'll look into this when I have a chance :)

agentzh added a commit that referenced this pull request Feb 11, 2016
…onfigure --add-dynamic-module=PATH in NGINX 1.9.11+. thanks Sjir Bagmeijer for the original patch in #44.
@agentzh
Copy link
Member

agentzh commented Feb 11, 2016

@sbagmeijer Applied a modified version of your patch. Seems working okay now.

@agentzh agentzh closed this Feb 11, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants