Which version of nginx has better performance?

(*-*)浩
Release: 2019-11-02 10:09:45
original
9837 people have browsed it

Which version of nginx has better performance?

The production environment uses Stable version: the latest stable version. The latest version now is nginx-1.8.1

Note the differences between versions: The Nginx official website provides three types of versions (recommended learning: nginx tutorial)

1, Mainline version: Mainline is the version that Nginx is currently working on, and it can be said to be the development version, performs well but may have problems.

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

3. Legacy versions: the stable version of the legacy old version

Nginx HTTP basic 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.

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

Related labels:
source:php.cn
Statement of this Website
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 [email protected]
Popular Tutorials
More>
Latest downloads
More>
web effects
Website source code
Website materials
Front end template
About us Disclaimer Sitemap
PHP Chinese website:Public welfare online PHP training,Help PHP learners grow quickly!