Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d055db280afc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 391b7b31d8ca
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 6, 2020

  1. nixos/nginx: use Mozilla Intermediate TLS configuration

    The configuration at https://ssl-config.mozilla.org/#server=nginx&config=intermediate
    is reliably kept up-to-date in terms of security and compatible with a
    wide range of clients. They've probably had more care and thought put
    into them than our defaults, and will be easier to keep updated in
    the future.
    
    The only removed (rather than changed) configuration option here is
    ssl_ecdh_curve, per mozilla/server-side-tls#189.
    
    Resolves #80952.
    emilazy committed Mar 6, 2020
    Copy the full SHA
    4ed98d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81891 from emilazy/nginx-use-mozilla-tls-config

    nixos/nginx: use Mozilla Intermediate TLS configuration
    Mic92 committed Mar 6, 2020
    Copy the full SHA
    391b7b3 View commit details
    Browse the repository at this point in the history