forked from hacc/haccfiles
element: move from element.matrix.hacc.space to element.hacc.space
This commit is contained in:
parent
1f9bbf4051
commit
2c708c4117
1 changed files with 1 additions and 4 deletions
|
@ -65,12 +65,9 @@
|
||||||
|
|
||||||
|
|
||||||
# the element web client for our matrix server.
|
# the element web client for our matrix server.
|
||||||
"element.matrix.hacc.space" = {
|
"element.hacc.space" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverAliases = [
|
|
||||||
"element.hacc.space"
|
|
||||||
];
|
|
||||||
root = pkgs.element-web.override {
|
root = pkgs.element-web.override {
|
||||||
conf = {
|
conf = {
|
||||||
# the base_url here must be identical to the one on hacc.space/.well-known above.
|
# the base_url here must be identical to the one on hacc.space/.well-known above.
|
||||||
|
|
Loading…
Reference in a new issue