1 / 17

Nginx Tutorial | Learn Nginx Fundamentals | Deploy a Web Application Using Nginx | Edureka

** DevOps Certification Training https://www.edureka.co/devops ** <br>This Edureka PPT on "Nginx Tutorial" talks about the key concepts that you need to understand, to get you started with Nginx. <br>The following topics will be covered in the session: <br>What is a web server? <br>What is Nginx? <br>Nginx Architecture <br>Why should we use Nginx? <br>How To Install Nginx? <br>Hands-On: Deploying a Web Application on Nginx <br><br>DevOps playlist: http://goo.gl/O2vo13 <br>Blog series: https://goo.gl/iAChpk <br><br>Follow us to never miss an update in the future. <br><br>Instagram: https://www.instagram.com/edureka_learning/ <br>Facebook: https://www.facebook.com/edurekaIN/ <br>Twitter: https://twitter.com/edurekain <br>LinkedIn: https://www.linkedin.com/company/edureka

EdurekaIN
Download Presentation

Nginx Tutorial | Learn Nginx Fundamentals | Deploy a Web Application Using Nginx | Edureka

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  2. Topics For Today’s Session 02 04 01 03 What is Nginx? Nginx Architecture Install Nginx & Hands-On What is a web- server? Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  3. Consider a Scenario Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  4. Consider a Scenario HTTP GET REQUEST RESPONSE LOCAL AREA NETWORK GLOBAL AREA NETWORK USER’S COMPUTER Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  5. Consider a Scenario HTTP GET REQUEST RESPONSE LOCAL AREA NETWORK GLOBAL AREA NETWORK WEB SERVER USER’S COMPUTER Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  6. What is a Web Server? Web servers are computers which deliver the requested web pages. Every web server has an IP address and a Domain name. WEB SERVER Fetches the page: blog Send the response https://www.edureka.co/blog Domain Name: edureka.co Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  7. Web Server Software Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  8. Web Server Software Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  9. What is Nginx? Designed for maximum performance and stability. An open source software Web server for reverse proxying, caching and load balancing. Functions a proxy server for email (IMAP,POP3 and SMTP) Uses a Non-threaded and event – driven architecture Provides HTTP server capabilities. Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  10. Nginx Architecture Nginx uses Master-Slave architecture by supporting event-driven , asynchronous and non-blocking model. Master HTTP/HTTPS HTTP Web Server Worker Worker Worker Application Server FastCGI memcache Memcached Proxy Cache Backend Cache Loader Cache Manager Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  11. Why should we use Nginx? Ease of Installation and Maintenance Offers Scalability Improves Performance Reduces the wait time for users On the fly upgrades Load Balancing Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  12. Configuration Settings The core settings of NGINX are mainly configured in the nginx.conf file. The configuration file is mainly structured into Contexts. worker_processes worker_connections access_log & error_log gzip Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  13. How To Install Nginx? Copyright © 2018, edureka and/or its affiliates. All rights reserved.

  14. How To Install Nginx? Install Nginx 01 Adjust Firewall 02 Check your Server 03 Manage the Nginx Process 04 Nginx Tutorial DevOps Certification Training www.edureka.co/devops

  15. Hands-On Copyright © 2018, edureka and/or its affiliates. All rights reserved.

More Related