Linux

Nginx permission denied error

I장군T 2022. 3. 21. 09:54
반응형

nginx 설치 후 사용시 403 Forbidden

/var/log/nginx/error.log "is forbidden (13: Permission denied)" 출력

확인

1. /etc/nginx/nginx.conf 에 user nginx -> user root(또는 사용하는 유저명)

2. ps -auZ | grep nginx

3. semanage permissive -a httpd_t

위 설정 후 systemctl restart nginx 실행

반응형

'Linux' 카테고리의 다른 글

OpenSSL 업그레이드하기  (0) 2022.03.21
yum list 갱신 및 nginx 설치(rhel6)  (0) 2022.03.21
Nginx + php 연동  (0) 2022.03.21
centos7 nginx 설치  (0) 2022.03.21
Nginx php-fpm 퍼미션 오류  (0) 2022.03.21