Skip to content

Commit 31fbf35

Browse files
authored
Create 2017-05-08-nginx-introduction.md
1 parent b4a2938 commit 31fbf35

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)