fix(lldap): Remove lldap.deertopia.net
This commit is contained in:
committed by
Madeleine Sydney
parent
a7d6bc0905
commit
9e334d9291
@@ -58,15 +58,5 @@ in {
|
||||
in "http://localhost:${port}";
|
||||
};
|
||||
};
|
||||
|
||||
sydnix.deertopia.nginx.vhosts."ldap".vhost = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass =
|
||||
let port = builtins.toString config.services.lldap.settings.ldap_port;
|
||||
in "http://localhost:${port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user