nginx - php-fpm 연동
참고 사이트 https://forteleaf.tistory.com/entry/nginx-php71-phpfpm-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0 https://www.hostinger.com/tutorials/how-to-install-lemp-centos7테스트 환경 CentOS7 php 7.3.5 버전 nginx 1.12.2nginx 설치 특별한 저장소 필요 yum install epel-release yum install nginxphp-fpm 설치 yum install php-fpm 기본저장소 외에 PHP 패키지 종류 및 버전은 따로 설치가 필요하다 nginx 설정 vim /etc/nginx/conf.d/default.conf (파일생성) server { liste..
Linux
2019. 5. 16. 09:39
공지사항