Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- centOS
- 키워드 정리
- 복습 #회사
- vagrant
- AWS
- linux #centos
- php-fpm
- NGINX
- 네이버싫어
- 작업물
- 키워드
- 보안
- 시벌이슈
- 기타정리
- laravel
- 메모
- php artisan
- php
- 에러해결
- 작업물 #영상편집 #서브컬쳐
- jquery
- 일상
- 카카오가고싶다
- 코딩테스트
- Backend
- error
- MySQL
- 개인공부
- centOS7
- ratchet
Archives
- Today
- Total
개발을 간바루Joy 하게
라라벨 로그 파일 권한(laravel log filfe poermission)문제 해결 본문
The stream or file "/home/chinokawai/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
라라벨 설치이후 다음과 같은 에러가 나올때가 있습니다.
$ sudo chown -R nginx:nginx storage bootstrap/cache
다음과 같은 명령어를 입력해줍니다
'프로그래밍 > Error' 카테고리의 다른 글
Nginx설정이후 Laravel 404 에러해결 (0) | 2020.12.01 |
---|---|
파일 업로드시 에러 해결방법 (0) | 2020.07.17 |
[Centos]Another app is currently holding the yum lock (0) | 2020.05.20 |
Nginx 403 (13: Permission denied) 에러 해결 (1) | 2020.05.13 |
Permission denied 에러 (0) | 2020.02.27 |