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