mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
wip
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
ec964f3aee
commit
d181405619
|
@ -62,10 +62,12 @@ nglib.makeSystem {
|
||||||
x_forwarded = true;
|
x_forwarded = true;
|
||||||
bind_adrresses = [ "127.0.0.1" ];
|
bind_adrresses = [ "127.0.0.1" ];
|
||||||
resources =
|
resources =
|
||||||
{
|
[
|
||||||
names = [ "client" "federation" ];
|
{
|
||||||
compress = false;
|
names = [ "client" "federation" ];
|
||||||
};
|
compress = false;
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
database =
|
database =
|
||||||
|
|
Loading…
Reference in a new issue