From bbf5a931c1077f0f83e55175f32808698cd549c6 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 27 Nov 2025 10:48:44 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/ramus/think-greater-chiangmai.nix --- machines/ramus/think-greater-chiangmai.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/machines/ramus/think-greater-chiangmai.nix b/machines/ramus/think-greater-chiangmai.nix index 4a09347..1533494 100644 --- a/machines/ramus/think-greater-chiangmai.nix +++ b/machines/ramus/think-greater-chiangmai.nix @@ -93,7 +93,11 @@ in enable = true; domain = "think.greaterchiangmai.com"; settings = { - + APP_SERVICES_CACHE = "/run/think-gtcm/cache/services.php"; + APP_PACKAGES_CACHE = "/run/think-gtcm/cache/packages.php"; + APP_CONFIG_CACHE = "/run/think-gtcm/cache/config.php"; + APP_ROUTES_CACHE = "/run/think-gtcm/cache/routes-v7.php"; + APP_EVENTS_CACHE = "/run/think-gtcm/cache/events.php"; } // commonSettings; }; @@ -101,6 +105,12 @@ in enable = true; domain = "think-backend.greaterchiangmai.com"; settings = { + APP_SERVICES_CACHE = "/run/think-backend-gtcm/cache/services.php"; + APP_PACKAGES_CACHE = "/run/think-backend-gtcm/cache/packages.php"; + APP_CONFIG_CACHE = "/run/think-backend-gtcm/cache/config.php"; + APP_ROUTES_CACHE = "/run/think-backend-gtcm/cache/routes-v7.php"; + APP_EVENTS_CACHE = "/run/think-backend-gtcm/cache/events.php"; + } // commonSettings; };