diff --git a/cfg/ngx/nginx.conf b/cfg/ngx/nginx.conf index 55d452f..a4f51f5 100644 --- a/cfg/ngx/nginx.conf +++ b/cfg/ngx/nginx.conf @@ -21,7 +21,7 @@ http { types_hash_max_size 2048; server_tokens off; # Recommended practice is to turn this off - # server_names_hash_bucket_size 64; + server_names_hash_bucket_size 64; # server_name_in_redirect off; include /etc/nginx/mime.types;