matrix-synapse: listen on 127.0.0.1
reverse proxying is over
This commit is contained in:
parent
0efbe81a51
commit
23347f6952
@ -84,7 +84,6 @@
|
||||
myData.ports.grafana
|
||||
myData.ports.prometheus
|
||||
myData.ports.soju
|
||||
myData.ports.matrix-synapse
|
||||
];
|
||||
|
||||
node_exporter.enable = true;
|
||||
|
@ -18,25 +18,6 @@
|
||||
extraConfigFiles = ["/run/matrix-synapse/secrets.yaml"];
|
||||
settings = {
|
||||
server_name = "jakstys.lt";
|
||||
listeners = [
|
||||
{
|
||||
bind_addresses = ["0.0.0.0"];
|
||||
port = myData.ports.matrix-synapse;
|
||||
type = "http";
|
||||
tls = false;
|
||||
x_forwarded = true;
|
||||
resources = [
|
||||
{
|
||||
names = ["client"];
|
||||
compress = true;
|
||||
}
|
||||
{
|
||||
names = ["federation"];
|
||||
compress = false;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
admin_contact = "motiejus@jakstys.lt";
|
||||
enable_registration = false;
|
||||
report_stats = true;
|
||||
|
Loading…
Reference in New Issue
Block a user