From 826b9db5f25168bc0bc466fecc05467bc2591b19 Mon Sep 17 00:00:00 2001 From: Adrian Rangel Date: Thu, 15 Nov 2018 22:53:35 -0600 Subject: [PATCH] fix setting basic auth password doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97b15a..e7740f4 100644 --- a/README.md +++ b/README.md @@ -566,7 +566,7 @@ type = http local_port = 80 custom_domains = test.yourdomain.com http_user = abc -http_passwd = abc +http_pwd = abc ``` Visit `http://test.yourdomain.com` and now you need to input username and password.