HTTP Basic Authentication – Password Restrict an Entire Site (Nginx)



HTTP Basic Authentication – Password Restrict an Entire Site (Nginx)

HTTP Basic Authentication - Password Restrict an Entire Site (Nginx)

NOTES: https://codewithsusan.com/notes/http-basic-auth

=== 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: https://youtu.be/miyD4c1dnTU
→ Simple Command Line Text Editing with Nano https://youtu.be/fIl8jAfqsbg

=== SUMMARY ===
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.

In this video we learn how to set up HTTP Basic Auth on an Nginx web server.

Comments are closed.