Home>Article>Operation and Maintenance> Which version of nginx is better?

Which version of nginx is better?

藏色散人
藏色散人 Original
2019-08-10 11:00:42 7282browse

Which version of nginx is better?

Which version of nginx is better?

The versions of Nginx are:

Mainline version: Mainline is the version that Nginx is currently working on. It can be said to be the development version.

Stable version: The latest stable version, the version recommended for production environments.

Legacy versions: Stable versions of legacy old versions.

Generally choose the latest version, Stable version: the latest stable version.

Nginx’s basic HTTP functions:

Processing static files, index files and automatic indexing.

Reverse proxy acceleration (no caching), simple load balancing and fault tolerance.

FastCGI, simple load balancing and fault tolerance.

Modular structure. Filters include gzipping, byte ranges, chunked responses, and SSI-filter. In the SSI filter, multiple subrequests to the same proxy or FastCGI are processed concurrently.

SSL and TLS SNI support.

IMAP/POP3 proxy service function. Use an external HTTP authentication server to redirect users to an IMAP/POP3 backend.

Use an external HTTP authentication server to authenticate the user and redirect the connection to the internal SMTP backend.

For more Nginx related technical articles, please visit theNginx usage tutorialcolumn to learn!

The above is the detailed content of Which version of nginx is better?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn