open() "/var/lib/nginx/tmp/fastcgi/x/xx/xxxxxxxxxx" failed (xx: Permission denied) while reading
open() "/var/lib/nginx/tmp/fastcgi/0/03/0000000030" failed (13: Permission denied) while reading upstream, client
解决办法,给/var/lib/nginx
赋予nginx.conf中配置的用户可写权限
chown -R www:www /var/lib/nginx
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭