This commit is contained in:
Katharina Heidenreich 2026-03-14 15:17:05 +01:00
parent f52bf0c98a
commit 04907f008d
2 changed files with 0 additions and 3 deletions

View file

@ -64,7 +64,6 @@ rec {
ip = ips.pi; ip = ips.pi;
reverse_proxy = { reverse_proxy = {
port = 6167; port = 6167;
aliases = [ "matrix" ];
extraConfig = { extraConfig = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;

View file

@ -10,8 +10,6 @@ in
settings = { settings = {
global = { global = {
server_name = net.services.continuwuity.domainOverride; server_name = net.services.continuwuity.domainOverride;
address = "127.0.0.1";
port = 6167;
allow_registration = true; allow_registration = true;
allow_encryption = true; allow_encryption = true;
allow_federation = true; allow_federation = true;