feat(simiweb): Move to S3

This commit is contained in:
sinavir 2024-03-16 16:17:02 +01:00
parent a7664ce44b
commit f74fd8c8eb
3 changed files with 4 additions and 23 deletions

View file

@ -1,9 +1,4 @@
{
lib,
pkgs,
sources,
...
}:
{ lib, ... }:
let
inherit (lib) recursiveUpdate;
@ -24,11 +19,5 @@ in
"eleves.dgnum.eu".locations."/".tryFiles = "$uri $uri/index.html /fr/$uri /en/$uri /fr/index.html";
"retired.dgnum.eu".locations."/".tryFiles = "/index.html =404";
"simi.normalesup.eu" = {
enableACME = true;
forceSSL = true;
root = (import sources.simiweb { inherit pkgs; }).site;
};
};
}