diff --git a/install/litespeed/conf/httpd_config.conf b/install/litespeed/conf/httpd_config.conf index 74c4402e3..abebf2d8e 100755 --- a/install/litespeed/conf/httpd_config.conf +++ b/install/litespeed/conf/httpd_config.conf @@ -163,7 +163,11 @@ listener Default{ map Example * } - +listener Default IPv6{ + address [ANY]:80 + secure 0 + map Example * +} vhTemplate centralConfigLog { templateFile $SERVER_ROOT/conf/templates/ccl.conf