SELinux enforce mode 로 Laravel app 구동하기
laravel 의 storage 폴더는 Web 서버 프로세스가 쓸 수 있어야 합니다.
SELinux 를 사용할 경우 아래 명령어로 context 를 수정해 주세요
$ chcon -R -t httpd_sys_rw_content_t storage/* bootstrap/cache/
laravel 의 storage 폴더는 Web 서버 프로세스가 쓸 수 있어야 합니다.
SELinux 를 사용할 경우 아래 명령어로 context 를 수정해 주세요
$ chcon -R -t httpd_sys_rw_content_t storage/* bootstrap/cache/