This commit is contained in:
Jianle Chen 2017-12-14 20:49:36 +00:00 committed by GitHub
commit 2480ae62ab

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
``` ```