From 347a1e19231b83c3ae8ace1fd32a05d2f8f54905 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 8 Oct 2022 10:15:46 -0700 Subject: ref(tools/govanity): moved back to its own repository It's back at https://github.com/fcuny/govanity --- tools/govanity/fly.toml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 tools/govanity/fly.toml (limited to 'tools/govanity/fly.toml') diff --git a/tools/govanity/fly.toml b/tools/govanity/fly.toml deleted file mode 100644 index 286cd1e..0000000 --- a/tools/govanity/fly.toml +++ /dev/null @@ -1,34 +0,0 @@ -app = "golang-fcuny-net" - -kill_signal = "SIGINT" -kill_timeout = 5 - -[env] - -[experimental] - allowed_public_ports = [] - auto_rollback = true - -[[services]] - internal_port = 8080 - protocol = "tcp" - script_checks = [] - - [services.concurrency] - hard_limit = 25 - soft_limit = 20 - type = "connections" - - [[services.ports]] - handlers = ["http"] - port = 80 - - [[services.ports]] - handlers = ["tls", "http"] - port = 443 - - [[services.tcp_checks]] - grace_period = "1s" - interval = "15s" - restart_limit = 6 - timeout = "2s" -- cgit 1.4.1