紫影基地

 找回密码
 立即注册
查看: 367|回复: 0

nginx: [emerg] 的问题及解决方法

[复制链接]
阅读字号:

2564

主题

2721

帖子

5万

积分

超级版主

Rank: 8Rank: 8

积分
59885
发表于 2021-12-11 22:02:55 | 显示全部楼层 |阅读模式
nginx: [emerg] 的问题及解决方法

问题1 :nginx: [emerg] "server" directive is not allowed here in /usr/local/nginx/conf/nginx.conf:1
nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed

解决方法:server 标签需要在 http的标签内  

正确的配置写法 : http {undefined

server {}

}

问题2: nginx: [error] invalid PID number "" in "/usr/local/nginx/logs/nginx.pid"

解决方法:执行  /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf



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

解决方法:在nginx.conf  添加  

events {undefined
    worker_connections  1024;
}
————————————————
版权声明:本文为CSDN博主「三月三大妖怪」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/fugushiba/article/details/102617483
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|紫影基地

GMT+8, 2025-1-27 10:39 , Processed in 0.112877 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表