nginx: [emerg] no "events" section in configuration
阿神
阿神 2017-05-16 17:15:27
0
1
2048

I hope you can tell me how to solve it. It shouldn't be too complicated. Thank you
I also want to know if it is not configured, will it have any impact on nginx

阿神
阿神

闭关修行中......

reply all (1)
小葫芦

Add the following configuration:

events { worker_connections 1024; ## Default: 1024 }

It will have no effect if you don’t add it. If you don’t add nginx, just use the default 1024

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!