From 22299f84d39c26dd661a217809ae3174ccfaf4eb Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Jul 2021 09:33:36 -0400 Subject: spell form --- auth.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auth.html') diff --git a/auth.html b/auth.html index a394b98..2418b97 100644 --- a/auth.html +++ b/auth.html @@ -21,8 +21,8 @@

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

apt install apache2-utils

@@ -81,7 +81,7 @@

If you want to check both a username and password with an ip address, use the satisfy directive.

location /api {
     #...
-    satify all ;
+    satisfy all ;
 
     allow 192.168.1.23:8080 ;
     deny 127.0.0.1 ;
-- 
cgit v1.2.3