码迷,mamicode.com
首页 > 其他好文 > 详细

nginx: [emerg] no events section in configuration

时间:2018-05-08 16:27:14      阅读:1179      评论:0      收藏:0      [点我收藏+]

标签:nginx: [emerg] no ev

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

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


解决方案1:

加如下的配置:

events {
  worker_connections  1024;  ## Default: 1024
}

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


nginx: [emerg] no events section in configuration

标签:nginx: [emerg] no ev

原文地址:http://blog.51cto.com/sf1314/2114024

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!