feat(web02): Switch to cas.eleves.ens.fr for the cas server

This commit is contained in:
Tom Hubrecht 2024-07-10 14:15:24 +02:00
parent 1bf5ad93a2
commit 4bc2ebf429

View file

@ -137,10 +137,12 @@ in
];
};
nginx.virtualHosts."cas-eleves.dgnum.eu" = {
nginx.virtualHosts."cas.eleves.ens.fr" = {
enableACME = true;
forceSSL = true;
serverAliases = [ "cas-eleves.dgnum.eu" ];
locations = {
"/".proxyPass = "http://127.0.0.1:${builtins.toString port}";
"/static/".root = staticDrv;