nixpkgs/nixos
Vincent Bernat 7c451c3b6b
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 ff0148d868 which makes nginx
use mailcap mime.types.
2020-03-28 20:40:44 +01:00
..
doc Merge pull request #82603 from emilazy/nixos-initrd-openssh 2020-03-28 09:22:02 +01:00
lib nixos/test: update test-driver.py for mypy 0.770 2020-03-27 01:57:48 -07:00
maintainers nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15 2020-03-22 00:35:56 -04:00
modules nginx: increase types_hash_max_size to 4096 (#83609) 2020-03-28 20:40:44 +01:00
tests Merge pull request #74504 from xwvvvvwx/wg-quick-tests 2020-03-28 16:26:43 +01:00
COPYING
default.nix
README
release-combined.nix release-combined.tested: readd boot.biosUsb test 2020-02-22 10:43:26 +01:00
release-small.nix nixos/release-small.nix: Export options job 2020-03-24 21:17:53 +01:00
release.nix nixos/release.nix: Import './..' instead of nixpkgs 2020-02-12 22:44:59 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.