From 48a795e90a9eaad18626eaf7379e0371ab394f91 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 8 Feb 2020 10:38:19 +0800 Subject: [PATCH] =?UTF-8?q?1.0.8=20Nginx=20=E6=B7=BB=E5=8A=A0=20jemalloc?= =?UTF-8?q?=20=E6=8F=90=E5=8D=87=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug修正 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f340866..ce60d5e 100644 --- a/install.sh +++ b/install.sh @@ -343,7 +343,7 @@ nginx_install(){ echo -e "${OK} ${GreenBG} 即将开始编译安装 Nginx, 过程稍久,请耐心等待 ${Font}" sleep 4 - cd nginx-${nginx_version} + cd ../nginx-${nginx_version} ./configure --prefix="${nginx_dir}" \ --with-http_ssl_module \ --with-http_gzip_static_module \