• Post category:StudyBullet-17
  • Reading time:6 mins read

NGINX MasterClass : NGINX Server and Custom Load Balancer
NGINX Server , 100% HandsOn Install & Configure. NGINX as Server & Load Balancer from Scratch for Absolute Beginners.

What you will learn

Learn to Create Custom NGINX web servers from Scratch.

Have in-depth understanding of HTTP Protocol.

Configure Web Application Firewall.

Customise your Nginx install

Tune and Manage NGINX LoadBalancers

Description

*** Complete Update Just Launched! – NGINX 2021 – All Lessons Updated ***

NGNX is one of the top grade HTTP Server which powers most of the top Enterprise websites like Netflix, Dropbox , WordPress, GitHub, Discovery, and many others.

This is one of the first courses which is specially designed for beginners who would like to master NGNX. NGNX is not just an HTTP Server but can also act as a Reverse Proxy, Load Balancer.

Mastering NGNX means having a solid foundation for HTTP Protocol. Thus this course initially focuses on HTTP Protocol and then we slowly move to NGNX and using NGNX in a High-Performance Enterprise Environment. All designed for beginners.

Build a strong foundation in NGNX with this practical course suited to both beginners and the more experienced.

  • Learn to customize the NGNX installation
  • Configure NGNX as a web server
  • Install & configure a server-side programming language as an NGNX backend
  • Learn to tweak NGNX for optimal performance
  • Secure NGNX with some security best practices

The course starts by looking at the differences between NGNX and Apache for those with Apache experience and then explains the different ways of installing NGNX, customizing your install, and configuring NGNX as a service.


Get Instant Notification of New Courses on our Telegram channel.


The installation section also covers updating NGNX without the downtime and adding/removing modules.

The bulk of the course is then focussed on configuring NGNX as a web server, including connecting it to a PHP backend and configuring some of NGNX’s best features, such as Gzipping and GeoIP.

The final section will go over securing the server and the user via SSL and other security best practices.

Upon completion of this course, you will have the practical skills to immediately start building secure, high-performance web servers or improve and better understand existing hosting solutions you might work with.

This course is to the point and everything is demonstrated in the most simple, yet practical ways.

We do not focus on the theory, but get straight to installing, configuring, and learning!

English
language

Content

Course Introduction

Introduction
About NGINX Origin
NGINX vs Apache as a Web-Server

NGINX Installation

Create a Cloud Machine on Cloud
$135 Digital Ocean Referral Link
Lab : Install NGINX on Ubuntu Machine – Package Manager
Lab : Install NGINX on CentOS Machine – EPEL Manager
Lab : Building NGINX from Source Code
Text Direction : Building NGINX from Source Code
Lab : Add NGINX As Service in OS
Text Direction : Lab : Add NGINX As Service in OS

HTTP Protocol and Applications

Types of Protocols
HTTP Protocol Working Model
HTTP Requests & Elements
HTTP Response Codes

NGINX Configuration & Applications

NGINX Configuration Terminology
Lab : Load Static Data | Create Virtual Host in NGINX
Lab : Location Block Context in NGINX
Lab : Variables in NGINX Conf
Lab : Rewrite and Return Directives
Lab : try_files in NGINX Conf
Lab : NGINX Logging Files & Special Logging
Lab : NGINX Handle Dynamic Requests
Lab : NGINX Performance Optimization
NGINX Performance Optimization 2
Lab : Add Modules in NGINX