#!/bin/sh

#执行初始化配置
echo "daemon off;" >> /etc/nginx/nginx.conf
source /data/assets/wrapper.sh

#启动Nginx服务
nginx