shell一键源码安装nginx+php

vim nginx_php.sh #!/bin/bash systemctl stop firewalld setenforce 0 wget http://nginx.org/download/nginx-1.16.1.tar.gz if [ $? -ne 0 ];then echo "下载nginx.tar包出问题" exit fi yum -y install
相关文章
相关标签/搜索