[ 'class' => NginxCache::class, 'rules' => [ 'index' => 3600, // 1h ], ], ]); } public function actionIndex(SkinsSystemApi $skinsSystemApi): array { return [ 'meta' => [ 'serverName' => 'Ely.by', 'implementationName' => 'Account Ely.by adapter for the authlib-injector library', 'implementationVersion' => '1.0.0', 'feature.no_mojang_namespace' => true, 'links' => [ 'homepage' => 'https://ely.by', 'register' => 'https://account.ely.by/register', ], ], 'skinDomains' => [ 'ely.by', '.ely.by', ], 'signaturePublickey' => $skinsSystemApi->getSignatureVerificationKey(), ]; } }