diff --git a/index.php b/index.php index 02f58df..ee293ff 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ declare(strict_types=1); // -------------------- CONSTANTES -------------------- -const CACHE_DIR = __DIR__ . '/cache'; +const CACHE_DIR = '/var/cache/homepage'; const INSTANCES_JSON = CACHE_DIR . '/instances.json'; const URLS_TXT = CACHE_DIR . '/urls.txt'; const INSTANCES_URL = 'https://searx.space/data/instances.json';