What is Nginx?

Description of your first forum.
Post Reply
adrianjohnson165
Posts: 8
Joined: Thu Jan 22, 2015 5:00 pm

What is Nginx?

Post by adrianjohnson165 » Fri Oct 16, 2015 2:23 pm

Hi,
anybody use Nginx, or “engine x server, so

What is Nginx and its features share your idea with us.

Thanks.

freyacooper
Posts: 16
Joined: Thu Jan 22, 2015 4:01 pm

Re: What is Nginx?

Post by freyacooper » Tue Oct 20, 2015 7:32 pm

Nginx, or “engine x,” is a server with HTTP functionality, reverse-proxy functionality, and mail-proxy functionality. Nginx specializes in efficiently delivering large amounts of static content, particularly HTML and media files. It is less than optimal for handling dynamic content.

Nginx uses an asynchronous event-driven model while diverting dynamic content to protocols or web servers better suited to handling it.

Some HTTP and web-proxy features include:

• FastCGI, SCGI, uWSGI support with caching
• Web page access authentication
• Serving static and index files; auto-indexing
• Reverse proxy with caching
• Modular architecture with a variety of filters
• Fault tolerance
• Embedded Perl
• Bandwidth throttling
• URL rewriting
• Response-rate limiting

Mail proxy features include:

• POP3, SMTP, and IMAP proxy
• TLS/SSL support
• Authentication using an external HTTP server
• STARTTLS support

charliethrse
Posts: 8
Joined: Wed Jan 21, 2015 4:12 pm

Re: What is Nginx?

Post by charliethrse » Thu Oct 28, 2021 3:53 am

NGINX is an open source web server, reverse proxy, caching, load balancing, video streaming, and other applications. It began as a web server with the goal of providing maximum performance and stability.

millerconnor85
Posts: 13
Joined: Wed Jan 21, 2015 5:15 pm

Re: What is Nginx?

Post by millerconnor85 » Fri Dec 10, 2021 4:18 am

NGINX is an open source web server, reverse proxy, caching, load balancing, video streaming, and other applications. It began as a web server with the goal of providing maximum performance and stability.

Post Reply