From 4c1e81764a5120d333fb4f89528073695cf0872c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 23 May 2021 10:59:06 -0400 Subject: [PATCH] drop types_hash_max_size configuration --- nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index cbe6bc4a..42b0dfdd 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -21,7 +21,6 @@ http { sendfile_max_chunk 512k; tcp_nopush on; keepalive_timeout 3m; - types_hash_max_size 4096; server_tokens off; msie_padding off;