forked from DGNum/infrastructure
feat(simiweb): Move to S3
This commit is contained in:
parent
a7664ce44b
commit
f74fd8c8eb
3 changed files with 4 additions and 23 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue