[ 'class' => NginxCache::class, 'rules' => [ 'index' => 3600, // 1h ], ], ]); } public function actionIndex(): array { return [ 'keys' => [ [ 'alg' => 'ES256', // Hardcoded for awhile since right now there is no way to find used algo 'pem' => Yii::$app->tokens->getPublicKey(), ], ], ]; } }