quick fix for matrix, should not listen on all
This commit is contained in:
parent
a2338ad3b8
commit
a402f425ce
2 changed files with 5 additions and 11 deletions
|
@ -20,17 +20,6 @@ in mkIf conf.matrix.enable {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"matrix.twoneis.site" = {
|
"matrix.twoneis.site" = {
|
||||||
listen = [
|
|
||||||
{
|
|
||||||
addr = "95.111.239.134";
|
|
||||||
port = 443;
|
|
||||||
ssl = true;
|
|
||||||
} {
|
|
||||||
addr = "95.111.239.134";
|
|
||||||
port = 8448;
|
|
||||||
ssl = true;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
serverName = "matrix.twoneis.site";
|
serverName = "matrix.twoneis.site";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "twoneis.site";
|
useACMEHost = "twoneis.site";
|
||||||
|
|
|
@ -36,6 +36,11 @@ in mkIf conf.nginx.enable {
|
||||||
useACMEHost = "chpu.eu";
|
useACMEHost = "chpu.eu";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
|
"twoneis.site" = {
|
||||||
|
serverName = "twoneis.site";
|
||||||
|
useACMEHost = "twoneis.site";
|
||||||
|
forceSSL = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue