failed (13: Permission denied) while connecting to upstream 오류 해결방법

https://cofs.tistory.com/411

 

 

nginx failed (13: Permission denied) while connecting to upstream 오류

failed (13: Permission denied) while connecting to upstream 오류 해결방법 OS : CentOS7 nginx를 설치하고 포트를 모두 열어둔 상태로 다음과 같이 포트포워딩을 사용하려고 했다. server {     listen..

cofs.tistory.com

# setsebool -P httpd_can_network_connect on

 

 

vue 경로 SELinux 설정

# chcon -R -t httpd_sys_content_t "디렉토리경로"

https://itzone.tistory.com/646

 

CentOS NginX 403 Forbidden error 해결

1. NginX 웹서버의 사용자 계정 확인 $ cat /etc/nginx/nginx.conf | grep user user nginx 음... nginx 로군. 2. 웹서버 루트 실제 경로 확인 /home 아래 호스팅 계정이라 가정 $ vi /etc/nginx/conf.d/vhost.con..

itzone.tistory.com

 

+ Recent posts