From 2eaf6891727bce3b04839a153601883f83e3bdb0 Mon Sep 17 00:00:00 2001 From: Man Kim Date: Thu, 15 Feb 2024 14:37:21 -0800 Subject: [PATCH] fix typo README.md ngingx to nginx --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e381b7f..9e26be5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -528,7 +528,7 @@ docker run -d -p 80:80 -p 443:443 \ You'll need apache2-utils on the machine where you plan to create the htpasswd file. Follow these [instructions](http://httpd.apache.org/docs/2.2/programs/htpasswd.html) -If you want to define basic authentication for a `VIRTUAL_PATH`, you have to create a file named as /etc/ngingx/htpasswd/${VIRTUAL_HOST}_${VIRTUAL_PATH_SHA1} +If you want to define basic authentication for a `VIRTUAL_PATH`, you have to create a file named as /etc/nginx/htpasswd/${VIRTUAL_HOST}_${VIRTUAL_PATH_SHA1} (where $VIRTUAL_PATH_SHA1 is the SHA1 hash for the virtual path, you can use any SHA1 online generator to calculate it). ### Upstream (Backend) Server HTTP Load Balancing Support