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

Allow disabling proxy_http_version directive #531

Merged
merged 2 commits into from
Dec 18, 2014

Commits on Dec 16, 2014

  1. Allow disabling proxy_http_version directive

    The EPEL 6 repository still has version 1.0.15 which does not support
    this directive proxy_http_version. Yes, this version is old, but a lot
    of people prefer not to use a bleeding edge version from nginx.org.
    ckaenzig committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    7432862 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Disable proxy_http_version directive by default

    The default value in nginx::config was the same as nginx's default,
    so it's not necessary to be set in any version of nginx unless one
    needs a specific value. This also allows us to use undef when we don't
    want the directive to be set instead of false.
    
    Also added a test for the default case.
    ckaenzig committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    6a4e4b4 View commit details
    Browse the repository at this point in the history