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

lastFile:modules/nixos/think-gtcm.nix
This commit is contained in:
2025-11-20 15:26:14 +07:00
parent 1a78f721e6
commit b0de95fd28
4 changed files with 8 additions and 6 deletions

View File

@@ -218,7 +218,7 @@ in
services.nginx = {
enable = true;
virtualHosts."${cfg.domain}" = {
root = "${cfg.stateDir}/public";
root = "${cfg.package}/public";
locations."~ \\.php$".extraConfig = ''
fastcgi_pass unix:${config.services.phpfpm.pools.think-greaterchiangmai.socket};
fastcgi_index site.php;