NGINX basics with examples
What is NGINX? it is high performance web server used to serve static files like http and it also act as Reverse proxy, load balancer, http caching etc Why nginx, not httpd ? nginx is event driven architecture and httpd is thread based architecture ...
Aug 16, 20255 min read