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