This commit is contained in:
parent
ec10b73ded
commit
2fb7fd9f6c
3 changed files with 4 additions and 4 deletions
|
@ -37,13 +37,13 @@
|
|||
64738 # murmur tcp
|
||||
6700 # grafana web
|
||||
6750 # prometheus
|
||||
8448 # matrix/conduwuit
|
||||
7893 # matrix/conduwuit
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
64738 # murmur udp
|
||||
6700 # grafana web
|
||||
6750 # prometheus data ap
|
||||
8448 # matrix/conduwuit
|
||||
7893 # matrix/conduwuit
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -58,5 +58,5 @@ https://grf.collective-conciousness.monster {
|
|||
}
|
||||
|
||||
matrix.collective-conciousness.monter, matrix.collective-conciousness.monster:8448 {
|
||||
reverse_proxy 10.24.1.4:8448
|
||||
reverse_proxy 10.24.1.4:7893
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
server_name = "collective-conciousness.monster";
|
||||
max_request_size = 1024 * 1024 * 1024;
|
||||
#address = ["127.0.0.1"];
|
||||
port = [8448];
|
||||
port = [7893];
|
||||
# database_path = lib.mkForce "/var/services/conduwuit/";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue