mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:16:50 +01:00
remove element due to vulnerbility
This commit is contained in:
parent
752f5aaf26
commit
87f3f577b1
1 changed files with 0 additions and 9 deletions
|
@ -36,15 +36,6 @@ in
|
|||
locations."/_matrix".proxyPass = "http://[::1]:8448";
|
||||
locations."/_synapse/client".proxyPass = "http://[::1]:8448";
|
||||
};
|
||||
"element.missing.ninja" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = pkgs.element-web.override {
|
||||
conf = {
|
||||
default_server_config = clientConfig;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue