dev/linux

SELinux web root access denied error

재삐신생 2018. 10. 24. 01:20
반응형

소유자에 문제가 없을 경우 SELinux가 문제다.


아래와 SELinux 컨텍스트를 변경해보자.


쓰기가능 디렉토리 확인

sudo semanage fcontext  -l | grep html | grep httpd_sys_rw_content_t


컨텍스트 변경

sudo chcon -R -t httpd_sys_rw_content_t /usr/share/nginx/html


반응형

'dev > linux' 카테고리의 다른 글

시간 동기화  (0) 2018.12.25
remove gitlab-ee  (0) 2018.12.24
JSP  (0) 2018.09.20
centos install crontab  (0) 2017.07.11
centos python3 설치하기  (0) 2017.06.23