From fe81c11b437881cc9d10c2052120fbf43edcc556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E7=91=9E?= <807495056@qq.com> Date: Wed, 29 Jul 2020 10:30:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'bin/nginx.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/nginx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nginx.sh b/bin/nginx.sh index bc2f0bc..2aa10a2 100644 --- a/bin/nginx.sh +++ b/bin/nginx.sh @@ -50,6 +50,7 @@ if [ $error == 0 ];then \cp $FILES_PATH'/nginx.conf' $path_dir'/conf/nginx.conf' \cp $FILES_PATH'/enable-php.conf' $path_dir'/conf/enable-php.conf' \cp $FILES_PATH'/rewrite.conf' $path_dir'/conf/rewrite.conf' + \cp $FILES_PATH'/cross-domain.conf' $path_dir'/conf/cross-domain.conf' \cp $FILES_PATH'/default.conf' $path_dir'/conf/vhost/default.conf' update_file $path_dir'/conf/nginx.conf' 'pid /usr/local/nginx/logs/nginx.pid;' 'pid '$path_dir'/logs/nginx.pid;' if [ ! -d '/var/www/html' ];then