From af2a9023990f048e912a4a7a0a4db1e3f68a111d Mon Sep 17 00:00:00 2001 From: Lukas Rosenstock Date: Fri, 19 Jun 2026 17:16:09 +0000 Subject: [PATCH] Removed unused fly.io configuration --- fly.toml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 fly.toml diff --git a/fly.toml b/fly.toml deleted file mode 100644 index fbf97e1..0000000 --- a/fly.toml +++ /dev/null @@ -1,21 +0,0 @@ -app = "phpmae" - -[[services]] - internal_port = 80 - protocol = "tcp" - - [services.concurrency] - hard_limit = 25 - soft_limit = 20 - - [[services.ports]] - handlers = ["http"] - port = "80" - - [[services.ports]] - handlers = ["tls", "http"] - port = "443" - - [[services.tcp_checks]] - interval = 10000 - timeout = 2000 \ No newline at end of file