From 6e95563072ce379b265f338f2cd0edbe04471658 Mon Sep 17 00:00:00 2001 From: rhy-jot Date: Wed, 25 Jun 2014 10:17:46 -0700 Subject: [PATCH] Move types_hash_max_size to the http context --- conf/nginx.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf.erb b/conf/nginx.conf.erb index 85181c3..5417ff6 100644 --- a/conf/nginx.conf.erb +++ b/conf/nginx.conf.erb @@ -2,13 +2,13 @@ worker_processes 1; error_log stderr; pid nginx.pid; daemon off; -types_hash_max_size 2048; events { worker_connections 768; } http { + types_hash_max_size 2048; include mime.types; server { listen <%= ENV['PORT'] %>;