hotfix: disable student calendar
This commit is contained in:
parent
c5aa20dffa
commit
7f5f3213ac
1 changed files with 9 additions and 8 deletions
|
@ -29,14 +29,15 @@ in
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"home.beta.rz.ens.wtf" = {
|
# FIXME: factorize and remove it, it has been superseded by eleves.ens.fr/calendrier
|
||||||
serverAliases = [ "beta.rz.ens.wtf" ];
|
# "home.beta.rz.ens.wtf" = {
|
||||||
default = true;
|
# serverAliases = [ "beta.rz.ens.wtf" ];
|
||||||
forceSSL = true;
|
# default = true;
|
||||||
enableACME = true;
|
# forceSSL = true;
|
||||||
root = "/var/public-cof/home";
|
# enableACME = true;
|
||||||
locations = builtins.listToAttrs (map mkCloudLocation clouds);
|
# root = "/var/public-cof/home";
|
||||||
};
|
# locations = builtins.listToAttrs (map mkCloudLocation clouds);
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue