摘要: ## nginx支持tcp协议 ### 添加tcp组件支持模块 ```shell # 参考nginx + keepalive中的 ./configure 到 make步骤完成 --with-stream模块的安装 ./nginx -V ./configure -V复制的参数+ --with-stre 阅读全文
posted @ 2023-01-11 08:55 scorecrow 阅读(23) 评论(0) 推荐(0)
摘要: ## 类表示 ## 类与类关系表示 ### 关联关系(对象与对象之间的联系) ![](https://img2023.cnblogs.com/blog/2825092/202301/2825092-20230110153254419-1114249766.png) #### 单向关联 ​ 说明:单向 阅读全文
posted @ 2023-01-11 08:50 scorecrow 阅读(43) 评论(0) 推荐(0)
摘要: ## nginx 主备高可用 - keepalive浮动的ip地址需要与实际地址保持同一网段,或者相通。 - 安装keepalvied ```shell # yum源安装 安装完成目录 /etc/keepalived yum -y install keepalived ``` - 修改负载与检测配置 阅读全文
posted @ 2023-01-11 08:50 scorecrow 阅读(47) 评论(0) 推荐(0)