mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #213626 from jamesreprise/entries-typo
nginx: fix typo in commonHttpConfig
This commit is contained in:
commit
4840ca34f4
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ let
|
||||||
# used by most other Linux distributions by default.
|
# used by most other Linux distributions by default.
|
||||||
include ${pkgs.mailcap}/etc/nginx/mime.types;
|
include ${pkgs.mailcap}/etc/nginx/mime.types;
|
||||||
# When recommendedOptimisation is disabled nginx fails to start because the mailmap mime.types database
|
# When recommendedOptimisation is disabled nginx fails to start because the mailmap mime.types database
|
||||||
# contains 1026 enries and the default is only 1024. Setting to a higher number to remove the need to
|
# contains 1026 entries and the default is only 1024. Setting to a higher number to remove the need to
|
||||||
# overwrite it because nginx does not allow duplicated settings.
|
# overwrite it because nginx does not allow duplicated settings.
|
||||||
types_hash_max_size 4096;
|
types_hash_max_size 4096;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue