From 28cfc20065686d48f651f6e1844d94df13ff4395 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 23:03:21 -0400 Subject: minor branding changes and tweaks --- auth.html | 26 ++++++++++++++------------ index.html | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/auth.html b/auth.html index 6388452..6c30d7f 100644 --- a/auth.html +++ b/auth.html @@ -1,7 +1,7 @@ - HTTP Basic Authentication + Requiring Passwords for Webpages (HTTP Authentication) – LandChad.net @@ -9,25 +9,27 @@ -

Access Control with HTTP Basic Auth

+

Requiring Passwords for Webpages

- access control with nginx -

HTTP basic authentication will allow you to secure parts (or all) of your website with a user name and password without the trouble of php or javascript.

+ access control with nginx +

HTTP basic authentication will allow you to secure parts (or all) of your website with a username and password without the trouble of PHP or Javascript. + This will work with any Nginx server. +

Installation

We will be using the command htpasswd to make username and password pairs.

apt install apache2-utils

Now think of a username and password and remember them.

-
htpasswd -c /etc/apache2/myusers username
+
htpasswd -c /etc/nginx/myusers username