mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +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(
|
'url' => array(
|
||||||
'default' => null,
|
'default' => null,
|
||||||
'unregistered_domain_action' => 'redirect_301',
|
'unregistered_domain_action' => 'display',
|
||||||
'http_port' => null,
|
'http_port' => null,
|
||||||
'https_port' => null,
|
'https_port' => null,
|
||||||
'ssl' => 'none',
|
'ssl' => 'none',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue