server
-
Mac Nginx安装与配置
安装nginx brew install nginx 启动nginx nginx 停止nginx nginx -s stop 配置nginx vim /opt/homebrew/e…
-
Spring WS – HTTPS Client-Server Example
HTTPS is a protocol for secure communication over a computer network. It consists of commu…
-
Spring Kafka Embedded Unit Test Example
This guide will teach you everything you need to know about Spring Kafka Test. How to test…
-
Nginx 负载均衡配置
#定义负载均衡设备的 Ip及设备状态 在需要使用负载的Server节点下添加 proxy_pass http://myServer; upstream 每个设备的状态: down …
-
VMware ESXi 7.0 Update 3e SLIC 2.6 & macOS Unlocker (2022.07 更新)
提供 Standard (标准版) 暂无 DellEMC (戴尔)、HPE (慧与)、Lenovo (联想)、Inspur (浪潮) 定制版镜像 请访问原文链接:https://s…
-
Windows Server 2022 OVF (SLIC 2.6), updated May 2022 (sysin)
请访问原文链接:https://sysin.org/blog/windows-server-2022-ovf/,查看最新版。原创作品,转载请保留出处。 作者主页:www.sysin…
-
Windows Server 2022 简体中文版、英文版下载 (updated Jun 2022)
Windows Server 2022 正式版,2022 年 6 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2022/,查…
-
SpringCloud-Alibaba学习(四):Ribbon负载均衡
目录 Ribbon负载均衡 1、简介 2、Ribbon 使用 3、Ribbon 工作流程 4、Ribbon 源码了解 5、Ribbon 的负载均衡策略 切换 Ribbon 默认的负…
-
nginx:配置负载均衡策略
nginx的负载均衡策略常用的主要有以下四种: 1、轮训(默认),nginx会按请求的时间顺序分配到172.0.0.2和172.0.0.3,如果有出现后端节点故障就会被剔除 ups…
-
nginx:配置反向代理
如下图修改nginx.conf文件的server块 server{ listen 80; server_name 172.0.0.1; location /a/{ proxy_pa…