Update README_zh.md

This commit is contained in:
Jianle Chen 2017-12-14 20:59:56 +08:00 committed by GitHub
parent 3a2946a2ff
commit a9617e3b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -503,7 +503,11 @@ tcp_mux = false
[web] [web]
type = http type = http
local_port = 80 local_port = 80
#如果绑定自定义域名 yourdomain.com那么下面你应该只需要写
#custom_domains = test,否则会抛出错误
custom_domains = test.yourdomain.com custom_domains = test.yourdomain.com
host_header_rewrite = dev.yourdomain.com host_header_rewrite = dev.yourdomain.com
``` ```