From c804362bb0f149ae538e314ed79fafcbe179db5c Mon Sep 17 00:00:00 2001 From: ciapa Date: Thu, 11 Apr 2024 15:00:32 +0000 Subject: [PATCH] Fix vikunja deployment for real --- hosts/phoenix.lewd.wtf/services/vikunja.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/phoenix.lewd.wtf/services/vikunja.nix b/hosts/phoenix.lewd.wtf/services/vikunja.nix index 191f5ea..9f2639a 100644 --- a/hosts/phoenix.lewd.wtf/services/vikunja.nix +++ b/hosts/phoenix.lewd.wtf/services/vikunja.nix @@ -10,10 +10,6 @@ forceSSL = true; locations = { "/" = { - root = pkgs.vikunja-frontend; - tryFiles = "try_files $uri $uri/ /"; - }; - "~* ^/(api|dav|\\.well-known)/" = { proxyPass = "http://localhost:3456"; extraConfig = '' client_max_body_size 20M;