php fpm1 [PHP] Nginx 설치 nginx 설치 RHEL/CentOS 에 nginx 설치 참고 php fpm 설치 php-fpm 설치(php fpm 설치 및 설정 참고) nginx.conf location ~ \.php$ { root html; #fastcgi_pass 127.0.0.1:9000; fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; } 3. /etc/php-fpm.d/www.conf ;listen = 127.0.0.1:9000 listen = '/var/run/php5-fpm.sock' listen.own.. 2021. 9. 30. 이전 1 다음