We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a2938 commit 31fbf35Copy full SHA for 31fbf35
1 file changed
_posts/nginx/2017-05-08-nginx-introduction.md
@@ -0,0 +1,28 @@
1
+---
2
+layout: post
3
+title: nginx introduction
4
+category: nginx
5
+tags: [nginx]
6
7
+
8
+# Nginx简介
9
10
+Nginx ("engine x") 是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器。Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,第一个公开版本0.1.0发布于2004年10月4日。
11
12
+## 为什么要使用Nginx
13
14
+-快
15
16
+## Nginx主要特点
17
18
+# Nginx的设计架构
19
20
+## 核心指令
21
+## 核心模块
22
+## 核心架构
23
24
+# Nginx的应用 where
25
26
+## web服务
27
+## 反向代理
28
+## 负载均衡
0 commit comments