0
点赞
收藏
分享

微信扫一扫

启动php-fpm时报错: Starting php-fpm ERROR: [pool www] cannot get uid for user ‘nginx‘

何以至千里 2022-06-06 阅读 61

启动 ​​php-fpm​​ 时报错:

Starting php-fpm [23-May-2018 12:20:45] ERROR: [pool www] cannot get uid for user 'nginx'

意思是没有​​nginx​​用户,添加就好了

# useradd nginx


举报

相关推荐

0 条评论