Browse Source

nginx.conf updated

Guillermo Espinoza 5 years ago
parent
commit
6b9a4870fc
1 changed files with 3 additions and 1 deletions
  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;
 }