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"
Permission Denied 라고 합니다. 무슨 일이야? 확인했지만 어떤 종류의 권한을 부여해야하는지 찾을 수없는 것 같습니다.
감사합니다.
sudo usermod -a -G www-data nginx