__DIR__ . '/certificate/cert.pem', 'key' => __DIR__ . '/certificate/key.rsa', 'passphrase' => '', ], '0.0.0.0' ); $server->onRequest(new DocumentServer(__DIR__ . '/content')); $server->listen();