9:49
Introducing NGINX Instance Manager
This video goes through the newest member of NGINX product family, Instance Manager. Learn how to get started by scanning ...
1:31
What is NGINX Instance Manager?
Wondering how to get a grip on the estate of NGINX Instances deployed in your enterprise? NGINX Instance Manager to your ...
2:05
NGINX Explained in 100 Seconds
Learn how NGINX is used a web server, reverse proxy, load balancer, and HTTP cache to handle the demands of high traffic sites.
4:20
Managing Groups in Instance Manager
Scaling infrastructure is a difficult challenge for most organizations. With NGINX Management Suite Instance Manager's "Instance ...
4:39
How to host multiple websites on Nginx
server { listen 80; server_name absprog.com; location / { root /var/www/absprog.com; index index.html; } }
51:03
NGINX is open-source web server software used for reverse proxy, load balancing, and caching. It's important to understand, ...
1:11:40
Full NGINX Tutorial - Demo Project with Node.js, Docker
Full NGINX Tutorial for Beginners - Even if you've never used Nginx before, this crash course will get you up to speed with a ...
16:43
Configure NGINX as a Reverse Proxy
Reverse proxy is one of the most widely deployed use case for NGINX instance, providing an additional level of abstraction and ...
14:32
NGINX Explained - What is Nginx
Learn what is Nginx, why do we need it, Nginx Use Cases as web server, reverse proxy and load balancer. As well as how to ...
58:39
Nginx Zero to Hero | Full Course with Hands-on
Join our Exclusive Discord: www.youtube.com/abhishekveeramalla/join In this tutorial, Abhishek Veeramalla will walk through ...
10:17
Here's why you need Nginx as a Reverse Proxy for your Node.js app
Using Nginx with Node.js as a Reverse Proxy brings a lot of benefits such as Load Balancing, SSL encryption, buffering, caching ...
8:33
Instance Discovery, Agent Install, and Configuration Management with Instance Manager
NGINX is such a great solution for so many use cases that you might have dozens (or even hundreds!) of NGINX instances spread ...
11:39
Deploy a Simple Nginx Web Application on AWS EC2 | Step-by-Step Guide
Learn how to deploy a simple Nginx web application on an AWS EC2 instance in this detailed, beginner-friendly tutorial. Follow ...
25:47
API Gateway is another very popular use-case for NGINX, it is easy to configure and provides all the necessary functionalities you ...
7:38
How to Create Nginx Server in AWS | Nginx Server using EC2 Instance | Deploy Nginx Server using EC2
Find the full PDF here, complete with detailed images and step-by-step instructions ...
12:08
Explained: 7 Settings to Secure Nginx Web Server | Securing Nginx
In this video, you will learn how to secure Nginx by modifying the Nginx configuration file with these seven settings. Join this ...
27:43
Instance Manager - Take Back Control of your OSS Sprawl
NGINX Instance Manager simplifies NGINX asset management, configuration, and visibility. It is ideal for DevOps users and teams ...
10:31
Expired Certificate Detection and Management with NGINX Instance Manager
Jason Ashton, NGINX specialist at F5, and Tom Gamull, Product Manager at NGINX discuss the importance of certificate ...
13:21
How I Setup Nginx for My Convex Instance
Convex: https://www.convex.dev/ I've been on a bit of a journey recently of setting up my own self-hosted instance of Convex.
43:38
NGINX Crash Course: Web Server, Reverse Proxy & Load Balancer
Today we learn about NGINX and its various use cases like serving static files, SSL termination, load balancing and more.