Unverified Commit 4840ca34 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #213626 from jamesreprise/entries-typo

nginx: fix typo in commonHttpConfig
parents 54a12afa 18ab2268
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ let
      # used by most other Linux distributions by default.
      include ${pkgs.mailcap}/etc/nginx/mime.types;
      # 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.
      types_hash_max_size 4096;