increase server names hash bucket size

This commit is contained in:
Asif Bacchus 2019-10-19 23:43:55 -06:00
parent 58e700e58c
commit b83c4680da
1 changed files with 1 additions and 0 deletions

View File

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