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

Ignore entries starting with "data:" #32

Merged
merged 2 commits into from
Apr 18, 2021

Commits on Apr 17, 2021

  1. Ignore entries starting with "data:"

    Since version 1.15.10, Nginx supports the loading of SSL certificates and secret keys from variables.
    From the documentation: "The value data:$variable can be specified instead of the file, which loads a certificate from a variable without using intermediate files."
    
    For example, this feature allows using an empty certificate for the "default" server: https://serverfault.com/a/1044022/111986
    bblanchon committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    8c25bf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    7e7582b View commit details
    Browse the repository at this point in the history