浏览代码

nginx.conf updated

Guillermo Espinoza 5 年之前
父节点
当前提交
6b9a4870fc
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      nginx.conf

+ 3 - 1
nginx.conf

@@ -70,7 +70,9 @@ http {
 
     # number of requests client can make over keep-alive -- for testing environment
     #keepalive_requests 100000;
-
+    
+    server_names_hash_bucket_size  64;
+    
     include /etc/nginx/conf.d/*.conf;
 }