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; };