1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-01-27 01:32:26 +00:00

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

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;