reflected kindergarten yarn to pnpm migration

This commit is contained in:
Marcel - 2023-10-27 22:35:57 +02:00
parent 3c9e304bf0
commit ab011886dc
Signed by: m4rc3l
GPG Key ID: 446F3B093DF81C6A

View File

@ -13,7 +13,7 @@
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."~ ^/(de|en)" = { locations."~ ^/(de|en)" = {
root = if (config.deployment-TLMS.domain == "tlm.solutions") then "${pkgs.kindergarten}/bin/" else "${pkgs.kindergarten-staging}/bin/"; root = if (config.deployment-TLMS.domain == "tlm.solutions") then "${pkgs.kindergarten}" else "${pkgs.kindergarten-staging}";
# index = "index.html"; # index = "index.html";
tryFiles = "$uri /$1/index.html =404"; tryFiles = "$uri /$1/index.html =404";
extraConfig = '' extraConfig = ''