Added Descriptions

This commit is contained in:
WilliamMiceli
2019-02-09 18:23:04 -05:00
parent 4e76690e14
commit 4a51e6ec47
25 changed files with 60 additions and 21 deletions

View File

@@ -1,4 +1,10 @@
# Nginx
# NGINX
NGINX is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
Nginx can be deployed to serve dynamic HTTP content on the network using FastCGI, SCGI handlers for scripts, WSGI application servers or Phusion Passenger modules, and it can serve as a software load balancer.
Nginx uses an asynchronous event-driven approach, rather than threads, to handle requests. Nginx's modular event-driven architecture can provide more predictable performance under high loads.
### Full Example nginx.conf
https://www.nginx.com/resources/wiki/start/topics/examples/full/