chore(cas-eleves): Remove server alias as we have a permanent redirection in place
All checks were successful
Run pre-commit on all files / pre-commit (push) Successful in 33s
Check meta / check_dns (pull_request) Successful in 18s
Check meta / check_meta (pull_request) Successful in 18s
Check workflows / check_workflows (pull_request) Successful in 25s
Build all the nodes / ap01 (pull_request) Successful in 1m3s
Build all the nodes / netcore02 (pull_request) Successful in 33s
Build all the nodes / bridge01 (pull_request) Successful in 1m37s
Build all the nodes / geo02 (pull_request) Successful in 1m55s
Build all the nodes / geo01 (pull_request) Successful in 2m1s
Build all the nodes / compute01 (pull_request) Successful in 2m23s
Build all the nodes / rescue01 (pull_request) Successful in 1m53s
Build all the nodes / storage01 (pull_request) Successful in 1m55s
Run pre-commit on all files / pre-commit (pull_request) Successful in 37s
Build all the nodes / vault01 (pull_request) Successful in 1m57s
Build all the nodes / web02 (pull_request) Successful in 1m59s
Build all the nodes / web01 (pull_request) Successful in 2m29s
Build all the nodes / web03 (pull_request) Successful in 1m35s

This commit is contained in:
Tom Hubrecht 2024-12-17 12:59:53 +01:00
parent f6d2de3115
commit 2020f3ada5
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q

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