diff --git a/http-server/Server.php b/http-server/Server.php index a441f09f..15747be8 100644 --- a/http-server/Server.php +++ b/http-server/Server.php @@ -59,6 +59,9 @@ class Server extends Application */ public function initCore(array $configs) { + if ($this->baseServer) { + return $this->getServer(); + } $configs = $this->sortServers($configs); foreach ($configs as $server) { $this->create($server);