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 7.3
- CSS
- error 1728
- php zip 모듈
- user style
- php 업로드 파일 삭제
- postfix
- 복구
- php 파일 삭제
- author style
- ZipArchive 오류
- MariaDB
- centos7
- Laravel
- wsrep
- Oracle
- disk full
- OTP 오류
- disk 100% 사용
- 국민은행(기업)
- nginx
- 갈레라
- OTP 보정오류
- nginx 1.12.0
- mysql.proc 오류
- php excel
- navicat
- DOTCOM 마케팅 설계자 SECRET
- html 구성
- 디스크 용량 확인
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 |