mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Change default unregistered domain action to 'display'
This commit is contained in:
parent
72e7532764
commit
a64b91f72d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ return array(
|
|||
),
|
||||
'url' => array(
|
||||
'default' => null,
|
||||
'unregistered_domain_action' => 'redirect_301',
|
||||
'unregistered_domain_action' => 'display',
|
||||
'http_port' => null,
|
||||
'https_port' => null,
|
||||
'ssl' => 'none',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue