소스 검색

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