mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
修改域名绑定和说明文档
This commit is contained in:
@@ -23,7 +23,10 @@ return [
|
||||
'app_map' => [],
|
||||
// 域名绑定(自动多应用模式有效)
|
||||
'domain_bind' => [
|
||||
|
||||
'www'=>'index',
|
||||
'*'=>'index',
|
||||
'admin'=>'admin',
|
||||
'api'=>'api',
|
||||
],
|
||||
// 禁止URL访问的应用列表(自动多应用模式有效)
|
||||
'deny_app_list' => [],
|
||||
|
||||
Reference in New Issue
Block a user