我正在用PHP7.0运行LEMP。
我已经在我的服务器块中
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
但是,当我打开站点时,它将返回502 Bad Gateway。下面是错误日志。
*1 connect() to unix:/var/run/php/php7.0-fpm.sock failed (13: Permission denied) while connecting to upstream, client: xxx.xxx.xxx.xxx, server: example.com, request: "GET / HTTP1.1", upstream: "fsatcgi://unix:/var/run/php/php7.0-fpm.sock:", host: "example.com"
它说“ 权限被拒绝”。怎么了 我已经检查过了,但似乎找不到需要什么样的许可。
谢谢。
sudo usermod -a -G www-data nginx