all repos — flynet @ d347d894ff8176079153b8406287b049f2d8d247

ersatz CDN on fly.io

add checks on fly

Alin
commit

d347d894ff8176079153b8406287b049f2d8d247

parent

6be7dc4f1f7c512b1ebf6a75dacc0668fc4cbe19

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
M fly.tomlfly.toml
@@ -38,6 +38,15 @@
[[services.ports]] port = 443 + [[services.http_checks]] + interval = "10s" + grace_period = "10s" + timeout = "2s" + method = "get" + path = "/" + protocol = "https" + tls_server_name = "flynet-butterfly-1123.fly.dev" + # [mounts] # source = "data" # destination = "/data"