change nginx.conf

This commit is contained in:
F4ilji
2026-01-22 13:38:34 +05:00
parent 8104d0b6cd
commit c4be035890
47 changed files with 8872 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
$selfDir = dirname(__FILE__);
require_once $selfDir . '/../internal/helper.php';
require_once $selfDir . '/../internal/config.php';
$response = array(
'client_id' => $clientId,
'vuz_id' => $vuzId,
'api_domain_auth' => $apiDomainAuth,
'api_domain_vikon' => $apiDomen,
'api_domain_filemanager' => $filemanagerApiDomen,
'vuz_name' => $vuzName,
);
loadHeaders();
echo json_encode($response);