In this video we learn how to set up HTTP Basic Auth on an Nginx web server. Sometimes you need a quick and straightforward way to “lock down” an entire site, making it inaccessible to the general public. A common way to do this is using HTTP Basic Authentication. With HTTP auth in place, any visitors to your site will be presented with a simple browser popup asking for some login credentials.
NOTES: https://codewithsusan.com/notes/http-...
=== CHAPTERS ===
00:00 Introduction
00:46 Procedures start - Example overview
2:14 Setting up password restriction
5:20 Testing it out
=== RELATED VIDEOS ===
→ Remote Development with VSCode: • Remote Development with VSCode (SSH)
→ Simple Command Line Text Editing with Nano • Simple Command Line Text Editing with...