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;
 }