From 461c4c18fdc64d8edd639c298bb5f0a2655207e5 Mon Sep 17 00:00:00 2001 From: fatedier Date: Mon, 23 Apr 2018 03:04:33 +0800 Subject: [PATCH] update doc --- README_zh.md | 2 +- conf/frpc_full.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README_zh.md b/README_zh.md index 76499c8..fe84354 100644 --- a/README_zh.md +++ b/README_zh.md @@ -565,7 +565,7 @@ type = http local_port = 80 custom_domains = test.yourdomain.com http_user = abc -http_passwd = abc +http_pwd = abc ``` 通过浏览器访问 `http://test.yourdomain.com`,需要输入配置的用户名和密码才能访问。 diff --git a/conf/frpc_full.ini b/conf/frpc_full.ini index 25e1c2b..eeb3c83 100644 --- a/conf/frpc_full.ini +++ b/conf/frpc_full.ini @@ -112,7 +112,7 @@ use_compression = true # http username and password are safety certification for http protocol # if not set, you can access this custom_domains without certification http_user = admin -http_passwd = admin +http_pwd = admin # if domain for frps is frps.com, then you can access [web01] proxy by URL http://test.frps.com subdomain = web01 custom_domains = web02.yourdomain.com