diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-06-20 21:32:31 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-06-20 21:32:31 +0530 |
commit | 8550c0e84133accdf60d01433b1fbd6ce52d1baf (patch) | |
tree | decc23945a73fd85cdbe67d98fe2fc01be5ae3dd /os/kay/modules/www.nix | |
parent | ab3e84fb9f380975bec43b4a8c6bed3c8daaeb3f (diff) |
kay/mail: clean up
Diffstat (limited to 'os/kay/modules/www.nix')
-rw-r--r-- | os/kay/modules/www.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/os/kay/modules/www.nix b/os/kay/modules/www.nix index 4f894c5..1e1eb79 100644 --- a/os/kay/modules/www.nix +++ b/os/kay/modules/www.nix @@ -92,6 +92,8 @@ in }' ''; + "/.well-known/".proxyPass = "http://127.0.0.1:8085"; + "~ ^(\\/_matrix|\\/_synapse\\/client)".proxyPass = "http://127.0.0.1:${toString config.services.dendrite.httpPort}"; }; @@ -160,7 +162,7 @@ in }; }; - "mail.${domain}" = defaultOpts // { + "stalwart.${domain}" = defaultOpts // { locations."/" = { proxyWebsockets = true; proxyPass = "http://127.0.0.1:8085"; |