nginx: [emerg] no events section in configuration

问题: nginx: [emerg] no "events" section in configuration
描述:

希望能告诉我怎么解决,不要太复杂吧。谢谢
我还想知道如果不配置,对nginx会有影响吗


解决方案1:

加如下的配置:

events {
  worker_connections  1024;  ## Default: 1024
}

不加没有啥影响,不加nginx就用默认的1024


文章来自:http://blog.51cto.com/sf1314/2114024
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3