Nginx 1.16 Web Server Installation on Windows 10 | Nginx for Windows
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.