Skip to content

Commit

Permalink
ci: gzip_static
Browse files Browse the repository at this point in the history
  • Loading branch information
csskr committed Jan 17, 2022
1 parent 54b5583 commit 11a2d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11a2d58

Please sign in to comment.