摘要:
Nginx 日志常用操作 Nginx日志分析统计,复制PaaS平台日志到/opt下开始分析 说明:nginx.conf 中 log_format 格式定义完成后需要在 access_log 中引用main 配置例: $ cat nginx.conf ... http { ... log_format 阅读全文
posted @ 2025-05-13 13:38
金元
阅读(15)
评论(0)
推荐(0)
摘要:
MySQL主从配置 修改my.cnf文件,配置server_id 、开启binlog # master 库操作 $ cat /etc/my.cnf ··· server-id=1 # master 及 slave 不可重复 log-bin=mysql-bin # 开启binlog ··· $ cd 阅读全文
posted @ 2025-05-13 13:34
金元
阅读(4)
评论(0)
推荐(0)
摘要:
Openvpn+FRP部署 OpenVPN + FRP 实现 VPN 穿透部署架构图 ┌────────────────────────────┐ │ 🌐 公网客户端 │ │ Windows / Mac / 手机等 │ │ OpenVPN Client 连接 VPN │ └──────────── 阅读全文
posted @ 2025-05-13 13:23
金元
阅读(1)
评论(0)
推荐(0)