摘要: 环境及安装包准备: 服务端: CentOS 7.4 客户端:Windows 7 OpenVPN: openvpn-2.4.6 (https://github.com/OpenVPN/openvpn) easy-rsa:easy-rsa 3.0.6 (https://github.com/OpenVP 阅读全文
posted @ 2021-07-22 10:22 闻所未闻 阅读(4) 评论(0) 推荐(0)
摘要: 1.安装httpd-tools工具 yum install httpd-tools -y 2.生成用户名密码文件 htpasswd -c /etc/nginx/conf.d/.ngpasswd foms 回车输入密码 3.安装nginx(略) 配置nginx server { listen 80; 阅读全文
posted @ 2021-07-22 09:39 闻所未闻 阅读(2869) 评论(0) 推荐(0)