From 4ba82c4648b185632837f60e86939aa8bbf22c55 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 5 Jan 2026 09:02:25 +0000 Subject: [PATCH] manatee: Remove `books.ppp.pm` virtual host --- hosts/manatee/modules/calibre-web/default.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/hosts/manatee/modules/calibre-web/default.nix b/hosts/manatee/modules/calibre-web/default.nix index c36b69d..356903c 100644 --- a/hosts/manatee/modules/calibre-web/default.nix +++ b/hosts/manatee/modules/calibre-web/default.nix @@ -29,19 +29,6 @@ in enableBookUploading = true; }; }; - - nginx = { - virtualHosts."books.ppp.pm" = { - - extraConfig = '' - client_max_body_size 1024M; - ''; - - locations."/" = { - proxyPass = "http://0.0.0.0:8083"; # TODO add option for port + host - }; - }; - }; }; }; }