Change default unregistered domain action to 'display'

This commit is contained in:
Kijin Sung 2021-03-14 15:49:33 +09:00
parent 72e7532764
commit a64b91f72d

View file

@ -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',