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

Merged
thubrecht merged 1 commit from cas-redirection into main 2024-12-17 20:13:11 +01:00

View file

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