forked from alibaba/tengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Features
zhuzhaoyuan edited this page May 18, 2012
·
1 revision
- All features of Nginx-1.0.15 are inherited, i.e. it is 100% compatible with Nginx.
- Input body filter support. It's quite handy to write Web Application Firewalls by using this mechanism.
- Logging enhancement. Syslog (local and remote), pipe logging and log sampling are supported.
- Protecting server in case system load or memory use goes too high.
- Multiple CSS or JavaScript requests can be combined into one request to reduce downloading time.
- Proactive health checks of upstream servers can be performed.
- The number of worker processes and CPU affinities can be set automatically.
- The limit_req module is enhanced with white list support and more conditions are allowed in a single location.
- Diagnostic information to tell the server where the error happened.
- More user friendly command lines. e.g. showing all compiled-in modules and supported directives.
- Expiration times can be specified for certain MIME types.
- Error pages can be reset to 'default'.
- ...