fix(web01): Add a redirection from bds.ens.fr/gestion2 to its new location

This commit is contained in:
Tom Hubrecht 2024-09-01 15:48:35 +02:00
parent 8a42e18d98
commit 86c1018dc8
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -53,4 +53,6 @@ in
};
dgn-backups.jobs.containers.settings.paths = [ "/var/lib/nixos-containers" ];
services.nginx.virtualHosts."bds.ens.fr".locations."/gestion2".return = "301 https://gestion.bds.ens.fr";
}