manatee: Remove books.ppp.pm virtual host

This commit is contained in:
Alexander Heldt
2026-01-05 09:02:25 +00:00
parent 06f82d2778
commit 4ba82c4648

View File

@@ -29,19 +29,6 @@ in
enableBookUploading = true; 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
};
};
};
}; };
}; };
} }