[ 'access' => 'public', 'path' => '/install/server-response-check/host', 'target' => ServerResponseCheckController::class . '::checkHostAction', ], 'install.redirect' => [ 'access' => 'public', 'path' => '/install', 'target' => EntryPointRedirectController::class . '::redirectAction', ], 'install.php.redirect' => [ 'access' => 'public', 'path' => '/install.php', 'target' => EntryPointRedirectController::class . '::redirectAction', ], ];