Learn NGINX By Example
Learn NGINX through building out a typical web application environment
Description
With over 2700 new students in the first week, Learn NGINX By Example is a very popular new course.
In this course, we will start from the very beginning and introduce you to what NGINX is. We will then discuss a real-world project and how we can use NGINX to set up our site to be scale-able for increased traffic loads. Then we will go through and build our servers to host our web page and load balance them using NGINX. Lastly, we will enable caching on our site to increase site performance and then we will secure our site using Let's Encrypt and HTTPS.
What You Will Learn!
- What NGINX is
- Setup a basic Linux NGINX Web Server for serving static web pages
- Setup a basic Windows NGINX Web Server for serving static web pages
- Setup NGINX to proxy connections to another server or port
- Setup NGINX to Load Balance your Web Site
- Enable caching on NGINX to improve site performance
- Generate a Certificate using Let's Encrypt
- Setup HTTPS on NGINX
Who Should Attend!
- DEVOPS
- Anyone looking to learn about NGINX
- Anyone looking to expand their knowledge of Web Servers (NGINX)