Removed unused fly.io configuration

This commit is contained in:
2026-06-19 17:16:09 +00:00
parent 56342e2418
commit af2a902399
-21
View File
@@ -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