From a64b91f72d3bd1e0277b429090a85f9171651cab Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 14 Mar 2021 15:49:33 +0900 Subject: [PATCH] Change default unregistered domain action to 'display' --- common/defaults/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/defaults/config.php b/common/defaults/config.php index fa353d3af..0dfba2d14 100644 --- a/common/defaults/config.php +++ b/common/defaults/config.php @@ -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',