forked from mirrors/nixpkgs
Merge pull request #109691 from nh2/manual-element-base_url
manual: Element: Fix misleading `base_url`.
This commit is contained in:
commit
fbdd82bf9b
|
@ -206,7 +206,7 @@ Success!
|
|||
<link linkend="opt-services.nginx.virtualHosts._name_.root">root</link> = pkgs.element-web.override {
|
||||
conf = {
|
||||
default_server_config."m.homeserver" = {
|
||||
"base_url" = "${config.networking.domain}";
|
||||
"base_url" = "https://${fqdn}";
|
||||
"server_name" = "${fqdn}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue