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;
|
||||
|
||||
virtualHosts = {
|
||||
"home.beta.rz.ens.wtf" = {
|
||||
serverAliases = [ "beta.rz.ens.wtf" ];
|
||||
default = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/var/public-cof/home";
|
||||
locations = builtins.listToAttrs (map mkCloudLocation clouds);
|
||||
};
|
||||
# FIXME: factorize and remove it, it has been superseded by eleves.ens.fr/calendrier
|
||||
# "home.beta.rz.ens.wtf" = {
|
||||
# serverAliases = [ "beta.rz.ens.wtf" ];
|
||||
# default = true;
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
# root = "/var/public-cof/home";
|
||||
# locations = builtins.listToAttrs (map mkCloudLocation clouds);
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue