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 Nginx ssl.no-default.conf to drop requests for unknown hosts #888

Merged
merged 4 commits into from
Mar 7, 2018

Commits on Mar 5, 2018

  1. Add Nginx ssl.no-default.conf to drop requests for unknown hosts

    Based on h5bp/server-configs-nginx/sites-available/ssl.no-default.
    Adds ssl_certificate and ssl_certificate_key, required for Nginx
    to load properly. Users can choose which site's cert and key are
    used by defining `ssl_default_cert_site: example.com`.
    fullyint committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d9d944f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ec6c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc4adf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

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