首页 › 文章分类 ›
nginx
1.安装 certbot
yum install epel-release
yum install certbot
2.签发 跟着 #根据命令提示设置dns txt解析
certbot certonly --preferred-challenges dns --manual -d *.youdomai...
下载php到本地
解压
预编译,记得同时创建 /opt/php 目录
./configure –prefix=/opt/php –with-config-file-path=/opt/php/etc –enable-fpm –wit...
安装过程
1.下载nginx#mkdir nginx#cd nginx#wget http://nginx.org/download/nginx-1.19.0.tar.gz //可以到官网下载最新的
2.安装依赖组件#apt=get install openssl libssl-dev libp...