chore(cas-eleves): Remove server alias as we have a permanent redirection in place

This commit is contained in:
Tom Hubrecht 2024-12-17 12:59:53 +01:00 committed by thubrecht
parent b8e75176e1
commit 54f2057dfc

View file

@ -135,14 +135,11 @@ in
dgn-web.simpleProxies.cas-eleves = {
inherit host port;
vhostConfig = {
serverAliases = [ "cas-eleves.dgnum.eu" ];
locations = {
vhostConfig.locations = {
"/static/".root = staticDrv;
"= /robots.txt".root = "${staticDrv}/static";
};
};
};
services.postgresql = {
ensureDatabases = [ "cas_server" ];