From 4baba2c66575ea96b1146a2b8b1abbab752a2c9d Mon Sep 17 00:00:00 2001 From: Olegs Jeremejevs Date: Sat, 6 May 2017 19:17:54 +0300 Subject: [PATCH] doc: make it clear that https can be password-protected too --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6062cd8..ab6e3e68 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ Anyone who can guess your tunnel URL can access your local web server unless you This enforces HTTP Basic Auth on all requests with the username and password you specify in frpc's configure file. -It can be only enabled when proxy type is http. +It can be enabled only when proxy type is http/https. ```ini # frpc.ini diff --git a/README_zh.md b/README_zh.md index 95f9381f..bdd2530b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -382,7 +382,7 @@ host_header_rewrite = dev.yourdomain.com frp 支持通过 HTTP Basic Auth 来保护你的 web 服务,使用户需要通过用户名和密码才能访问到你的服务。 -该功能目前仅限于 http 类型的代理,需要在 frpc 的代理配置中添加用户名和密码的设置。 +该功能目前仅限于 http/https 类型的代理,需要在 frpc 的代理配置中添加用户名和密码的设置。 ```ini # frpc.ini