Fix incorrect static addresses
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
hostName = "jeremiah"; # Define your hostname.
|
||||
useDHCP = false;
|
||||
defaultGateway = {
|
||||
address = " 10.42.1.1";
|
||||
address = " 10.42.1.2";
|
||||
interface = "enp68s0";
|
||||
};
|
||||
interfaces = {
|
||||
|
||||
@@ -55,7 +55,7 @@ in
|
||||
locations."/".extraConfig = "return 404;";
|
||||
|
||||
locations."/_matrix" = {
|
||||
proxyPass = "http://vm-matrix.shire-zebra.ts.net:8448"; # Lacking the trailing / is correct
|
||||
proxyPass = "http://matrix.shire-zebra.ts.net:8448"; # Lacking the trailing / is correct
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user