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 |
Tags
- MariaDB
- ZipArchive 오류
- nginx 1.12.0
- nginx
- php zip 모듈
- user style
- error 1728
- postfix
- disk 100% 사용
- 디스크 용량 확인
- author style
- 국민은행(기업)
- Laravel
- 복구
- centos7
- 갈레라
- html 구성
- disk full
- navicat
- mysql.proc 오류
- php excel
- wsrep
- php 7.3
- php 업로드 파일 삭제
- php 파일 삭제
- OTP 보정오류
- DOTCOM 마케팅 설계자 SECRET
- OTP 오류
- CSS
- Oracle
Archives
- Today
- Total
Jehna :)
nginx 403 Forbiddent 에러 본문
* 환경
CentOS7.x / nginx / php-fpm / mariadb
* 에러 메시지
1. /var/log/nginx/error.log
2020/11/08 23:39:18 [error] 16076#16076: *3 FastCGI sent in stderr: "Primary script unknown" |
2. 브라우저 상태
403 Forbidden !!
|
* 해결방법
- /etc/nginx/conf.d/default.conf 파일 수정
location / { index index.html index.htm index.php; //index.php 추가 }
|
- nginx 재시작
'윌리 > System 이것저것' 카테고리의 다른 글
[CentOS] 파일 삭제 후에도 용량 확보가 안되는 경우 (0) | 2022.07.20 |
---|---|
mariadb 실행 오류 [ERROR] WSREP: rsync SST method requires wsrep_cluster_address to be configured on startup. (0) | 2022.07.14 |
php pear 업데이트 (0) | 2020.10.23 |
nginx 에러 no port in upstream "php-fpm" (0) | 2020.06.18 |
yum 오류 [Errno -1] repomd.xml does not match metalink for updates (0) | 2020.06.13 |