#!/bin/sh
#start nginx
/usr/sbin/nginx
echo 'start nginx success.'
#start php-fpm
/usr/local/sbin/php-fpm