forked from DGNum/infrastructure
fix(web01): Add a redirection from bds.ens.fr/gestion2 to its new location
This commit is contained in:
parent
8a42e18d98
commit
86c1018dc8
1 changed files with 2 additions and 0 deletions
|
@ -53,4 +53,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
dgn-backups.jobs.containers.settings.paths = [ "/var/lib/nixos-containers" ];
|
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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue