From 11a2d58c7d878801e9785be1f42df5f0546de353 Mon Sep 17 00:00:00 2001 From: csskr Date: Mon, 17 Jan 2022 19:08:15 +0800 Subject: [PATCH] ci: gzip_static --- dgiot_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgiot_install.sh b/dgiot_install.sh index 258dc9ce..c3aa503f 100644 --- a/dgiot_install.sh +++ b/dgiot_install.sh @@ -1012,7 +1012,7 @@ function build_nginx() { cd ${script_dir}/ tar xvf nginx-1.20.1.tar.gz &> /dev/null cd ${script_dir}/nginx-1.20.1 - ./configure --prefix=/data/dgiot/nginx --with-http_realip_module --with-http_ssl_module &> /dev/null + ./configure --prefix=/data/dgiot/nginx --with-http_realip_module --with-http_ssl_module --with-http_gzip_static_module &> /dev/null make &> /dev/null make install &> /dev/nulldddddddd