Nginx 1.16 Web Server Installation on Windows 10 | Nginx for Windows

Channel:
Subscribers:
5,740
Published on ● Video Link: https://www.youtube.com/watch?v=qzLYojQ4qmw



Category:
Tutorial
Duration: 3:38
14,099 views
42


In this video we are going to see how to install Nginx 1.16 Web Server on Windows 10.
Also we learn how to start and stop the nginx web server and modify the static html content.

nginx web server can be downloaded from:

http://nginx.org/en/download.html

Basic HTTP server features:
###########################

Serving static and index files, autoindexing; open file descriptor cache;
Accelerated reverse proxying with caching; load balancing and fault tolerance;
Accelerated support with caching of FastCGI, uwsgi, SCGI, and memcached servers; load balancing and fault tolerance;
Modular architecture. Filters include gzipping, byte ranges, chunked responses, XSLT, SSI, and image transformation filter. Multiple SSI inclusions within a single page can be processed in parallel if they are handled by proxied or FastCGI/uwsgi/SCGI servers;
SSL and TLS SNI support;
Support for HTTP/2 with weighted and dependency-based prioritization.

Other HTTP server features:
###########################
Name-based and IP-based virtual servers;
Keep-alive and pipelined connections support;
Access log formats, buffered log writing, fast log rotation, and syslog logging;
3xx-5xx error codes redirection;
The rewrite module: URI changing using regular expressions;
Executing different functions depending on the client address;
Access control based on client IP address, by password (HTTP Basic authentication) and by the result of subrequest;
Validation of HTTP referer;
The PUT, DELETE, MKCOL, COPY, and MOVE methods;
FLV and MP4 streaming;
Response rate limiting;
Limiting the number of simultaneous connections or requests coming from one address;
IP-based geolocation;
A/B testing;
Request mirroring;
Embedded Perl;
njs scripting language.

Mail proxy server features:
#############################
User redirection to IMAP or POP3 server using an external HTTP authentication server;
User authentication using an external HTTP authentication server and connection redirection to an internal SMTP server;
Authentication methods:
POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;
SSL support;
STARTTLS and STLS support.

TCP/UDP proxy server features:
################################
Generic proxying of TCP and UDP;
SSL and TLS SNI support for TCP;
Load balancing and fault tolerance;
Access control based on client address;
Executing different functions depending on the client address;
Limiting the number of simultaneous connections coming from one address;
Access log formats, buffered log writing, fast log rotation, and syslog logging;
IP-based geolocation;
A/B testing;
njs scripting language.




Other Videos By java frm


2020-02-01Zulu OpenJDK 7 Installation on Suse Linux Enterprise Desktop 15 and set JAVA_HOME to all users
2020-02-01Oracle JDK 7 Installation on Suse Linux Enterprise Server 12 and set JAVA_HOME to all users
2020-02-01Zulu OpenJDK 7 Installation on Suse Linux Enterprise Server 12 and set JAVA_HOME to all users
2020-02-01Oracle SQL Developer Command Line - SQLcl 19 Installation on Windows 10 and connect Oracle 19c
2020-02-01Oracle SQL Developer 19.4 Installation on Windows 10 using Oracle JDK 11 and connect Oracle 19c EE
2020-02-01SoftMaker FreeOffice 2018 Installation on Windows 10 | Free alternative to Microsoft Office
2020-02-01VisualSVN Server 4.2 Installation and Configuration on Windows 10 | Subversion Server for Windows
2020-01-31CentOS 8.1 Installation on VirtualBox 6.0 with Guest Additions step by step | CentOS 8.1 Released
2019-11-23PHP 5.6 Installation on Windows 10 and Configure Nginx 1.16 Web Server for PHP 5
2019-11-23PHP 7.3 Installation on Windows 10 and Configure Nginx 1.16 Web Server for PHP 7
2019-11-23Nginx 1.16 Web Server Installation on Windows 10 | Nginx for Windows
2019-11-23Oracle Weblogic Server 12.1.3 Intallation from Dev Zip Archive on Windows 10 using Oracle JDK 7
2019-11-23Oracle Weblogic Server 12.2.1.3 Installation from Dev Zip Archive Windows 10 using Oracle JDK 8
2019-11-23Oracle Weblogic Server 10.3.6 Intallation from Dev Zip Archive on Windows 10 using JRockit JDK 6
2019-11-23Microsoft SQL Server 2019 Developer Edition Installation on Windows Server 2016/Windows 10
2019-11-23Microsoft SQL Server 2019 Express Edition Installation on Windows 10 | MS SQL Server 2019
2019-11-23How to download Microsoft SQL Server 2019 Developer Edition iso file
2019-11-23How to download Microsoft SQL Server 2019 Express Edition installation setup file
2019-11-18Oracle Linux 8.1 Installation on VirtualBox 6.0 with Guest Additions Step by Step
2019-11-09Red hat Enterprise Linux 7 Tutorial - How to install PHP during OS installation itself
2019-11-09Oracle Linux 7 Tutorial - How to install PHP during OS installation itself



Tags:
how to install nginx 1.16 on windows 10
install nginx webserver on windows 10
nginx web server installation on windows 10
manually install nginx web server on windows
download apache webserver
nginx windows 10
setup nginx web server on windows 10
nginx tutorial
nginx administration
how to start and stop nginx web server on windows
static html content on nginx