From 0a90fbdc4d82b993075549121c86658fff766ab4 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 1 Apr 2026 23:41:56 +0000 Subject: [PATCH] /dav port --- hosts/netty/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/netty/configuration.nix b/hosts/netty/configuration.nix index db713f9..43cfbfe 100644 --- a/hosts/netty/configuration.nix +++ b/hosts/netty/configuration.nix @@ -236,6 +236,7 @@ in enableACME = true; forceSSL = true; locations."/".proxyPass = "http://127.0.0.1:3100"; + locations."/dav/".proxyPass = "http://127.0.0.1:8090"; }; };