Appearance
yum install -y wget
yum install -y gcc pcre pcre-devel zlib zlib-devel
wget -c https://nginx.org/download/nginx-1.22.0.tar.gz
tar -zxvf nginx-1.22.0.tar.gz
cd ./nginx-1.22.0 ./configure --prefix=/usr/local/nginx # 编译 make # 安装 make install