chore(cas-eleves): Remove server alias as we have a permanent redirection in place #194
1 changed files with 3 additions and 6 deletions
|
@ -135,14 +135,11 @@ in
|
||||||
|
|
||||||
dgn-web.simpleProxies.cas-eleves = {
|
dgn-web.simpleProxies.cas-eleves = {
|
||||||
inherit host port;
|
inherit host port;
|
||||||
vhostConfig = {
|
vhostConfig.locations = {
|
||||||
serverAliases = [ "cas-eleves.dgnum.eu" ];
|
|
||||||
locations = {
|
|
||||||
"/static/".root = staticDrv;
|
"/static/".root = staticDrv;
|
||||||
"= /robots.txt".root = "${staticDrv}/static";
|
"= /robots.txt".root = "${staticDrv}/static";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
ensureDatabases = [ "cas_server" ];
|
ensureDatabases = [ "cas_server" ];
|
||||||
|
|
Loading…
Reference in a new issue