默认分类
未读
申请网站https证书
申请前准备 服务器CentOS 7.9,公网可访问http//+域名 使用 Nginx 代理 一、安装 Certbot(Let’s Encrypt 客户端) sudo yum install epel-release -y
sudo yum install certbot python2-certb
默认分类
未读
从打包到部署前端项目
1. 服务器增加nginx配置文件 vim /etc/nginx/conf.d/site.conf 内容如下: server {
listen 80;
listen [::]:80;
server_name xxx; # 域名或ip
location /
默认分类
未读
阿里云centos node git 环境搭建
系统依赖更新 yum update -y 安装git yum install git -y 安装nvm git clone https://gitee.com/mirrors/nvm.git