This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-02 21:44:15 +01:00
parent 57230a32c3
commit 34eba60193
4 changed files with 25 additions and 9 deletions

View File

@@ -136,6 +136,10 @@
listen = dl;
locations = { "/" = { proxyPass = "http://127.0.0.1:8441"; }; };
};
"dav.${domain}" = lib.mkIf config.services.radicale.enable (vh // {
listen = dl;
locations = { "/" = { proxyPass = "http://127.0.0.1:5232"; }; };
});
"nc.${domain}" = vh // {
# directly to nc
};