This commit is contained in:
fatedier
2016-09-06 17:56:09 +08:00
parent 8c497793c5
commit adcb2c1ea5
4 changed files with 7 additions and 9 deletions

View File

@@ -36,6 +36,10 @@ local_ip = 127.0.0.1
local_port = 80
use_gzip = true
pool_count = 20
# 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]
type = http

View File

@@ -41,11 +41,6 @@ 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