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"; }; };