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