摘要:
upstream www.xxxxxx.com { server localhost:9041;} #配置80端口重定向443端口 server { listen 80; server_name www.xxxxxx.com;#域名 return 301 https://$server_name$r 阅读全文
摘要:
1、下载 wget http://cn2.php.net/distributions/php-7.0.30.tar.gz 解压 tar -zxvf php-7.0.30.tar.gz 2、下载安装依赖 yum -y install gcc openssl openssl-devel curl cur 阅读全文