If you see this page, the Tengine web server is running and configured. You may now place your application or static files in the document root.
For additional information about Tengine please visit tengine.taobao.org.
Tengine is a fork of nginx maintained by the Taobao team. It keeps tight compatibility with upstream nginx while adding modules for dynamic upstream resolution, request limiting and concurrency tuning that grew out of large-scale e-commerce traffic patterns.
Most nginx configuration syntax works without modification, so existing sites can usually be moved across with no changes. Modules that exist only in Tengine produce a warning if you switch back to upstream nginx, but the rest of the config remains valid.
reqstat module to get per-zone request counters out of the box./usr/share/tengine/html/index.html with your own.server block under /etc/tengine/conf.d/ describing your site.tengine -t.sudo systemctl reload tengine.ngx_http_concat — combine multiple files in one response.ngx_http_upstream_dynamic — resolve upstream hostnames at runtime.ngx_http_reqstat — per-zone request statistics.ngx_http_sysguard — circuit breaker for overload protection.ngx_http_user_agent — fine-grained user-agent classification.ngx_http_footer_filter — append a footer to text responses.