Set types_hash_max_size large enough for default mime.types

This commit is contained in:
Jean-Philippe Doyle 2014-02-21 20:26:55 -05:00
parent fdd63a1e37
commit b7dad66e6d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ worker_processes 1;
error_log stderr;
pid nginx.pid;
daemon off;
types_hash_max_size 2048;
events {
worker_connections 768;