change port

This commit is contained in:
Johannes Jöns 2024-04-23 20:42:58 +02:00
parent 21a64172c4
commit c7321a9334

View file

@ -40,8 +40,8 @@ in
locations."/".extraConfig = '' locations."/".extraConfig = ''
return 404; return 404;
''; '';
locations."/_matrix".proxyPass = "http://[::1]:8008"; locations."/_matrix".proxyPass = "http://[::1]:8018";
locations."/_synapse/client".proxyPass = "http://[::1]:8008"; locations."/_synapse/client".proxyPass = "http://[::1]:8018";
}; };
"element.missing.ninja" = { "element.missing.ninja" = {
enableACME = true; enableACME = true;
@ -63,7 +63,7 @@ in
public_baseurl = baseUrl; public_baseurl = baseUrl;
listeners = [ listeners = [
{ {
port = 8008; port = 8018;
bind_addresses = [ "::1" ]; bind_addresses = [ "::1" ];
type = "http"; type = "http";
tls = false; tls = false;