From 861074cdacf342e8b31151a08aeebeac44f89333 Mon Sep 17 00:00:00 2001 From: Hari <73809867+harivansh-afk@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:43:30 -0400 Subject: [PATCH] /dav port (#31) --- 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"; }; };