Nginx 502 Bad GateWay
==> error.log <== 2017/02/16 01:25:30 [crit] 7110#0: *115 connect() to unix:/var/run/php-fpm/php-fpm.sock failed (13: Permission denied) while connecting to upstream, client: xx.xx.xxx.xx, server: survey.happytalk.io, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "dev-domain.com" # 권한설정으로 해결 vi /etc/nginx/nginx.conf listen.owner = nginx listen.group = nginx listen.mode = 0660
반응형
'server-side > nginx' 카테고리의 다른 글
nginx uri, query, POST body 컨텐츠 값으로 reverseProxy (0) | 2023.11.02 |
---|---|
Access to the script ‘xxx’ has been denied (see security.limit_extensions) (0) | 2018.07.21 |
nginx Verify return code: 21 (unable to verify the first certificate) (0) | 2017.03.06 |
MAC Bitnami Nginx Stack Bind Error (0) | 2016.01.12 |
nginx 301 redirect (0) | 2014.06.05 |