php_fpm_enable="YES" nginx_enable="YES"
# service nginx configtest Performing sanity check on nginx configuration: nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
# sh -c 'echo "<?php phpinfo(); ?>" > /usr/local/www/mySite/info.php' <= 環境に合わせる
# service php-fpm restart # service nginx restart