Nginx + php 연동 설치할려는 서버(linux-redhat)에 nginx, php, php-fpm 설치 여부 확인) # nginx -v # php -v # php-fpm -v 설치가 안되어 있으면 설치 진행 설처 서버 환경(Red Hat Enterprise Linux Server release 6.7(Santiago)) 1. nginx 설치( yum 으로 설치) # yum install nginx 2. php 설치 # yum install php php-fpm - yum 설치 오류 시 . wget http://rpms.remirepo.net/enterprise/remi-release-6.rpm . rpm -Uvh remi-release-6.rpm . yum --enablerepo=remi-..