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
- vagrant
- Backend
- 보안
- 네이버싫어
- 코딩테스트
- 에러해결
- NGINX
- 키워드
- jquery
- laravel
- 복습 #회사
- 카카오가고싶다
- 작업물 #영상편집 #서브컬쳐
- linux #centos
- 개인공부
- 작업물
- 키워드 정리
- php artisan
- 일상
- error
- ratchet
- 시벌이슈
- php-fpm
- php
- centOS
- AWS
- 메모
- centOS7
- MySQL
- 기타정리
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 |