Tengine is, in a nutshell, Nginx with super-powers. This web server is everything you love about Nginx but with some neat extra features like dynamic module loading (loading modules without recompiling), unbuffered request proxy forwarding (saving precious disk I/Os), support for dynamic scripting language (Lua) for config files, and way more. You can have a look to the full list of features in the Tengine official site.

This web server has been an open source project since December 2011. Made by the Taobao team, an Alibaba Group company and, since then, it’s been used in sites like taobao.com, tmall.com and used internally in Alibaba Cloud as a key part of their CDN’s Load Balancers.

As you can see, Tengine is being tested in some websites with more traffic in the world.

Configuration

Add a custom default.conf to the /etc/nginx/conf.d/ directory.

Usage example with Docker Compose

version: '3.9'
services:
  web:
    image: roura/tengine
    container_name: tengine
    restart: on-failure
    ports:
      - 80:80

Collaborating

Anyone is very welcomed to collaborate to the project in GitHub.

Looking For Cloud Consulting?

I specialize in Chinese & APAC Clouds, ICP License Filing, China cross-border communications and will help you architect the most suitable solution for your business needs, including Site Acceleration in China with single and multicloud approaches.

If you need help on deploying with Alibaba Cloud or any of the above topics, you can also check in more detail the services I offer on Cloud Consulting.