mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/ramus/think-greater-chiangmai.nix
This commit is contained in:
2025-11-27 10:48:44 +07:00
parent b6d60ac0a8
commit bbf5a931c1

View File

@@ -93,7 +93,11 @@ in
enable = true; enable = true;
domain = "think.greaterchiangmai.com"; domain = "think.greaterchiangmai.com";
settings = { 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; // commonSettings;
}; };
@@ -101,6 +105,12 @@ in
enable = true; enable = true;
domain = "think-backend.greaterchiangmai.com"; domain = "think-backend.greaterchiangmai.com";
settings = { 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; // commonSettings;
}; };