Explorar el Código

nginx.conf updated

Guillermo Espinoza hace 5 años
padre
commit
6b9a4870fc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;
 }