mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-30 03:07:40 +08:00
ci: gzip_static
This commit is contained in:
parent
54b5583115
commit
11a2d58c7d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user