nginx 웹서버에 사용자 계정에 selinux 셋팅
페이지 정보
작성자 미친새 작성일 20-02-21 18:53 조회 23,799 댓글 0본문
주의 사용자 계정에 실행 권한을 줘야지 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
관련링크
댓글목록 0
등록된 댓글이 없습니다.