From 32eec8c293cd5d7b8d8a90190851c610581bf38a Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Sun, 26 Jan 2025 18:09:45 +0100 Subject: [PATCH] Fly statics are too slow --- fly.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fly.toml b/fly.toml index b6995d8af..f99bfe2f4 100644 --- a/fly.toml +++ b/fly.toml @@ -52,13 +52,13 @@ method = "GET" timeout = "5s" path = "/" -[[statics]] -guest_path = "/app/public/assets" -url_prefix = "/assets" +# [[statics]] +# guest_path = "/app/public/assets" +# url_prefix = "/assets" -[[statics]] -guest_path = "/app/public/images" -url_prefix = "/images" +# [[statics]] +# guest_path = "/app/public/images" +# url_prefix = "/images" [[vm]] memory = '512mb'