mirror of
https://github.com/fatedier/frp.git
synced 2025-01-05 13:08:59 +07:00
doc: make it clear that https can be password-protected too
This commit is contained in:
parent
3f9749488a
commit
4baba2c665
@ -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
|
||||
|
@ -382,7 +382,7 @@ host_header_rewrite = dev.yourdomain.com
|
||||
|
||||
frp 支持通过 HTTP Basic Auth 来保护你的 web 服务,使用户需要通过用户名和密码才能访问到你的服务。
|
||||
|
||||
该功能目前仅限于 http 类型的代理,需要在 frpc 的代理配置中添加用户名和密码的设置。
|
||||
该功能目前仅限于 http/https 类型的代理,需要在 frpc 的代理配置中添加用户名和密码的设置。
|
||||
|
||||
```ini
|
||||
# frpc.ini
|
||||
|
Loading…
Reference in New Issue
Block a user