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,12 +135,9 @@ in
dgn-web.simpleProxies.cas-eleves = {
inherit host port;
vhostConfig = {
serverAliases = [ "cas-eleves.dgnum.eu" ];
locations = {
"/static/".root = staticDrv;
"= /robots.txt".root = "${staticDrv}/static";
};
vhostConfig.locations = {
"/static/".root = staticDrv;
"= /robots.txt".root = "${staticDrv}/static";
};
};