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

Added support for --with-http_addition_module #12

Merged
merged 1 commit into from
Sep 13, 2013
Merged

Added support for --with-http_addition_module #12

merged 1 commit into from
Sep 13, 2013

Commits on Sep 12, 2013

  1. Added support for --with-http_addition_module

    Turns out this is what I really needed for reverse proxies (node, python, and ruby apps mostly).
    
    This commit adds the HTTP addition module for nginx as documented here http://nginx.org/en/docs/http/ngx_http_addition_module.html 
    
    The command to add HTTP addition module is ```--with-addition``` in order to maintain uniformity with the other modules/module options.
    
    Hope this helps someone in the future as it did for me.
    durango committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    7bc6975 View commit details
    Browse the repository at this point in the history