> For the complete documentation index, see [llms.txt](https://tsunyue1320.gitbook.io/nginx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tsunyue1320.gitbook.io/nginx/master.md).

# Introduction

![Nginx](https://nginx.org/nginx.png)

## Nginx 中文文档

## Nginx 官方文档中文翻译版

### 安装

如果你没有安装 gitbook，则先使用 npm（或者 cnpm）安装 `gitbook-cli`：

```bash
npm install gitbook-cli -g
```

进入项目根目录，执行以下命令运行 gitbook：

**安装依赖**

```bash
gitbook install
```

**启动本地服务器**

```bash
gitbook serve
```

**生成 HTML 文件，存放在 `_book` 目录下**

```
gitbook build
```
