You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tengine is a web server originated by [Taobao](http://en.wikipedia.org/wiki/Taobao), the largest e-commerce website in Asia. It is based on the [Nginx](http://nginx.org) HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including [taobao.com](http://www.taobao.com) and [tmall.com](http://www.tmall.com).
6
20
7
21
Tengine has been an open source project since December 2011. It is being actively developed by the Tengine team, whose core members are from Taobao, Sogou and other Internet companies. Tengine is a community effort and everyone is encouraged to [get involved](https://github.com/alibaba/tengine).
8
22
9
-
Features
10
-
========
11
-
23
+
## Features
12
24
* All features of nginx-1.24.0 are inherited, i.e., it is 100% compatible with nginx.
13
25
* Dynamically reconfigure the servers, locations and upstreams without reloading or restarting worker processes with [tengine-ingress](https://github.com/alibaba/tengine-ingress).
14
26
* HTTP/3 support (QUIC v1 and draft-29) with [xquic](https://github.com/alibaba/xquic).
@@ -35,29 +47,32 @@ Features
35
47
* Expiration times can be specified for certain MIME types.
36
48
* ...
37
49
38
-
Installation
39
-
============
40
-
50
+
## Installation
41
51
Tengine can be downloaded at [http://tengine.taobao.org/download/tengine.tar.gz](http://tengine.taobao.org/download/tengine.tar.gz). You can also checkout the latest source code from GitHub at [https://github.com/alibaba/tengine](https://github.com/alibaba/tengine)
42
52
43
53
To install Tengine, just follow these three steps:
44
-
54
+
```bash
45
55
$ ./configure
46
56
$ make
47
57
# make install
58
+
```
48
59
49
60
By default, it will be installed to _/usr/local/nginx_. You can use the __'--prefix'__ option to specify the root directory.
50
61
If you want to know all the _'configure'_ options, you should run __'./configure --help'__ for help.
51
62
52
-
Documentation
53
-
=============
54
-
63
+
## Documentation
55
64
The homepage of Tengine is at [http://tengine.taobao.org/](http://tengine.taobao.org/)
56
65
You can access [http://tengine.taobao.org/documentation.html](http://tengine.taobao.org/documentation.html) for more information.
0 commit comments