feat(web02): Switch to cas.eleves.ens.fr for the cas server
This commit is contained in:
parent
1bf5ad93a2
commit
4bc2ebf429
1 changed files with 3 additions and 1 deletions
|
@ -137,10 +137,12 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx.virtualHosts."cas-eleves.dgnum.eu" = {
|
nginx.virtualHosts."cas.eleves.ens.fr" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
||||||
|
serverAliases = [ "cas-eleves.dgnum.eu" ];
|
||||||
|
|
||||||
locations = {
|
locations = {
|
||||||
"/".proxyPass = "http://127.0.0.1:${builtins.toString port}";
|
"/".proxyPass = "http://127.0.0.1:${builtins.toString port}";
|
||||||
"/static/".root = staticDrv;
|
"/static/".root = staticDrv;
|
||||||
|
|
Loading…
Reference in a new issue