fix(services/synapse): change bind address in listener
Some checks failed
Nix CI / build (push) Has been cancelled
Some checks failed
Nix CI / build (push) Has been cancelled
This commit is contained in:
parent
9bcd40f180
commit
9d9060d68d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ mkIf enable {
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
inherit port;
|
inherit port;
|
||||||
bind_addresses = [ "127.0.0.1" ];
|
bind_addresses = [ "::1" ];
|
||||||
type = "http";
|
type = "http";
|
||||||
tls = false;
|
tls = false;
|
||||||
x_forwarded = true;
|
x_forwarded = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue