美文网首页Linux使用问题
nginx 启动报错 nginx: [emerg] getgrn

nginx 启动报错 nginx: [emerg] getgrn

作者: 小马驹在路上 | 来源:发表于2019-05-27 07:36 被阅读0次

问题原因:是nginx权限的问题

解决办法:

1. 修改nginx配置文件nginx.conf,在配置文件其实位置增加 user root root; 并保存

2. 重新加载配置文件

./nginx -c /nginx.conf

3. 启动服务,成功

如果本文章为你解决问题提供了帮助,请不要吝啬为以后的分享热情添一把柴

相关文章

网友评论

    本文标题:nginx 启动报错 nginx: [emerg] getgrn

    本文链接:https://www.haomeiwen.com/subject/pszqtctx.html