nginx 웹서버에 사용자 계정에 selinux 셋팅
페이지 정보
본문
주의 사용자 계정에 실행 권한을 줘야지 403 에러 해결.
chmod 755 /home/username
7. 디렉토리에 SELinux httpd 허용 설정
httpd_sys_content_t 타입을 설정해줘야 HTTP 웹서버가 접근 가능
$ chcon -Rt httpd_sys_content_t /home/some/public_html
파일 저장 디렉토리는 httpd_sys_rw_content_t 타입을 설정해줘야 HTTP 웹서버가 읽기 쓰기 가능
$ chcon -Rt httpd_sys_rw_content_t /home/some/public_html/files
chmod 755 /home/username
7. 디렉토리에 SELinux httpd 허용 설정
httpd_sys_content_t 타입을 설정해줘야 HTTP 웹서버가 접근 가능
$ chcon -Rt httpd_sys_content_t /home/some/public_html
파일 저장 디렉토리는 httpd_sys_rw_content_t 타입을 설정해줘야 HTTP 웹서버가 읽기 쓰기 가능
$ chcon -Rt httpd_sys_rw_content_t /home/some/public_html/files
관련링크
- 이전글nginx 환경설정 20.02.21
- 다음글postgresql 시스템 정보 확인 20.02.21
댓글목록
등록된 댓글이 없습니다.