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
- disk full
- nginx 1.12.0
- centos7
- php excel
- 갈레라
- disk 100% 사용
- html 구성
- Laravel
- CSS
- author style
- php zip 모듈
- ZipArchive 오류
- wsrep
- Oracle
- 디스크 용량 확인
- mysql.proc 오류
- 복구
- 국민은행(기업)
- php 7.3
- MariaDB
- php 업로드 파일 삭제
- postfix
- OTP 오류
- DOTCOM 마케팅 설계자 SECRET
- OTP 보정오류
- php 파일 삭제
- navicat
- user style
- error 1728
- nginx
Archives
- Today
- Total
Jehna :)
nginx 에러 no port in upstream "php-fpm" 본문
NGINX [emerg] no port in upstream "php-fpm"
■ 환경: php-fpm, nginx, mariadb
!!해결 방법!!
- /etc/nginx/conf.d/php-fpm.conf 파일이 없거나 설정이 잘 못되었을 때 발생
# PHP-FPM FastCGI server # network or unix domain socket configuration upstream php-fpm { #server 127.0.0.1:9000; server unix:/run/php-fpm/www.sock; } |
'윌리 > System 이것저것' 카테고리의 다른 글
nginx 403 Forbiddent 에러 (1) | 2020.11.08 |
---|---|
php pear 업데이트 (0) | 2020.10.23 |
yum 오류 [Errno -1] repomd.xml does not match metalink for updates (0) | 2020.06.13 |
Connect Error: Access denied for user 오류 해결 (0) | 2020.04.02 |
Mac Bitnami Mamp 설치 및 설정 (0) | 2020.02.23 |