nginx配置文件

1,查找nginx配置文件

    一般在conf里面

2,nginx 配置类型

  1,全局库

    worker_processes   nginx处理并发的数量,数量越大,并发越多

    worker_processes auto  auto代表根据需求自动调整

    

   2,events快

    主要是nginx服务器与网络的连接

    worker_connections  nginx支持最大的连接数据

    

     

        3,http块

              

    

 

原文地址:https://www.cnblogs.com/1204guo/p/12488007.html