# web **Repository Path**: cqyayun/web ## Basic Information - **Project Name**: web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-18 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. nginx代理 nginx的四层代码:使用stream模块,tcp/udp代理 nginx的七层代理: 使用upstream模块,https代理,可以实现不同域名的转发. 2. 高可用方式  keepalived lvs haproxy 2. keepalived高可用 健康检查: 检查服务器是否有心跳 故障转移: 通过在每台机上绑定vip的方式实现故障转移的