docs: 更新文档

master
dunwu 2023-02-09 20:25:32 +08:00
parent b3d917b4b7
commit 48b0d31480
4 changed files with 5 additions and 5 deletions

View File

@ -314,7 +314,7 @@ http {
Nginx 提供了多种负载均衡策略,让我们来一一了解一下: Nginx 提供了多种负载均衡策略,让我们来一一了解一下:
负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/design/theory/load-balance-theory/) 负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/pages/98a1c1/)
##### 轮询 ##### 轮询

View File

@ -1,4 +1,4 @@
<div align="center"><img width="100px" src="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo-200.png" /></div> <div align="center"><img width="100px" src="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo.png" /></div>
# nginx-tutorial # nginx-tutorial

View File

@ -9,7 +9,7 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
name="viewport" name="viewport"
/> />
<link href="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo-200.png" rel="icon" type="image/x-icon" /> <link href="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo.png" rel="icon" type="image/x-icon" />
<link href="//unpkg.com/docsify/lib/themes/vue.css" rel="stylesheet" /> <link href="//unpkg.com/docsify/lib/themes/vue.css" rel="stylesheet" />
<link href="//unpkg.com/gitalk/dist/gitalk.css" rel="stylesheet" /> <link href="//unpkg.com/gitalk/dist/gitalk.css" rel="stylesheet" />
<canvas <canvas
@ -88,7 +88,7 @@
window.$docsify = { window.$docsify = {
name: 'Nginx Tutorial', name: 'Nginx Tutorial',
repo: 'https://github.com/dunwu/nginx-tutorial', repo: 'https://github.com/dunwu/nginx-tutorial',
logo: 'https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo-200.png', logo: 'https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo.png',
themeColor: '#6190E8', themeColor: '#6190E8',
auto2top: true, auto2top: true,
coverpage: 'coverpage.md', coverpage: 'coverpage.md',

View File

@ -314,7 +314,7 @@ http {
Nginx 提供了多种负载均衡策略,让我们来一一了解一下: Nginx 提供了多种负载均衡策略,让我们来一一了解一下:
负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/design/theory/load-balance-theory/) 负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/pages/98a1c1/)
##### 轮询 ##### 轮询