diff --git a/server.js b/server.js index c854d08..35745f5 100644 --- a/server.js +++ b/server.js @@ -17,6 +17,7 @@ import { chmodSync, writeFileSync } from "fs"; const bare = createBareServer("/bare/", { logErrors: true, + blockLocal: false, }); const fastify = Fastify({