mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-29 18:32:24 +00:00
Set types_hash_max_size large enough for default mime.types
This commit is contained in:
parent
fdd63a1e37
commit
b7dad66e6d
@ -2,6 +2,7 @@ worker_processes 1;
|
|||||||
error_log stderr;
|
error_log stderr;
|
||||||
pid nginx.pid;
|
pid nginx.pid;
|
||||||
daemon off;
|
daemon off;
|
||||||
|
types_hash_max_size 2048;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 768;
|
worker_connections 768;
|
||||||
|
Loading…
Reference in New Issue
Block a user