优化路由子域名支持

This commit is contained in:
huangdijia
2016-01-05 17:02:41 +08:00
parent 1c614d9da9
commit 8cde909c5a
2 changed files with 9 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ return [
'url_module_map' => [],
// 域名部署
'url_domain_deploy' => false,
// 域名根,如.thinkphp.cn
'url_domain_root' => '',
// 域名部署规则
'url_domain_rules' => [],