chore(cas-eleves): Remove server alias as we have a permanent redirection in place
All checks were successful
Check meta / check_dns (pull_request) Successful in 20s
Run pre-commit on all files / pre-commit (push) Successful in 35s
Check meta / check_meta (pull_request) Successful in 18s
Check workflows / check_workflows (pull_request) Successful in 23s
Build all the nodes / netcore02 (pull_request) Successful in 53s
Build all the nodes / ap01 (pull_request) Successful in 1m14s
Build all the nodes / bridge01 (pull_request) Successful in 2m10s
Build all the nodes / geo01 (pull_request) Successful in 2m6s
Build all the nodes / geo02 (pull_request) Successful in 2m4s
Build all the nodes / compute01 (pull_request) Successful in 2m34s
Build all the nodes / storage01 (pull_request) Successful in 2m12s
Build all the nodes / rescue01 (pull_request) Successful in 2m20s
Run pre-commit on all files / pre-commit (pull_request) Successful in 37s
Build all the nodes / vault01 (pull_request) Successful in 2m10s
Build all the nodes / web02 (pull_request) Successful in 2m8s
Build all the nodes / web03 (pull_request) Successful in 1m54s
Build all the nodes / web01 (pull_request) Successful in 2m46s

This commit is contained in:
Tom Hubrecht 2024-12-17 12:59:53 +01:00 committed by thubrecht
parent cab2bc381c
commit 82ac4ba2be

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";
};
};