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: 7887a4ac38c9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7c451c3b6bc3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 28, 2020

  1. nginx: increase types_hash_max_size to 4096 (#83609)

    After upgrading to NixOS 20.03, I've got the following warning:
    
        nginx: [warn] could not build optimal types_hash, you should increase either types_hash_max_size: 2048 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size
    
    The documentation states that "if nginx emits the message requesting
    to increase either hash max size or hash bucket size then the first
    parameter should first be increased" (aka types_hash_max_size).
    
    In 19.03, the size of mime.types was around 100 entries. In 20.03, we
    are around 900 entries. This is due to ff0148d which makes nginx
    use mailcap mime.types.
    vincentbernat committed Mar 28, 2020
    Copy the full SHA
    7c451c3 View commit details
    Browse the repository at this point in the history