Browse Source

nginx.conf updated

Guillermo Espinoza 5 năm trước cách đây
mục cha
commit
6b9a4870fc
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;
 }