increase server names hash bucket size

This commit is contained in:
Asif Bacchus 2019-10-20 00:24:47 -06:00
parent b83c4680da
commit b14fe19ece
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ events {
}
http {
server_names_hash_bucket_size 64;
server_names_hash_bucket_size 512;
default_type application/octet-stream;
charset utf-8;
include /etc/nginx/mime.types;