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