mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
utils/vhost: supprot http authentication
This commit is contained in:
@@ -41,6 +41,11 @@ auth_token = 123
|
||||
# if proxy type equals http, custom_domains must be set separated by commas
|
||||
custom_domains = web01.yourdomain.com,web01.yourdomain2.com
|
||||
|
||||
# http username and password are safety certification for http protoc
|
||||
# if not set, you can access this custom_domains without certification
|
||||
http_username = admin
|
||||
http_password = admin
|
||||
|
||||
[web02]
|
||||
# if type equals https, vhost_https_port must be set
|
||||
type = https
|
||||
|
Reference in New Issue
Block a user