all repos — homestead @ 8fdb98138f02e89522dc71bcab899ad0856ccdc5

Code for my website

remove taplo config and reformat TOML

Alan Pearce
commit

8fdb98138f02e89522dc71bcab899ad0856ccdc5

parent

d70164391dd826cba60c57c424e03bb7b1a70fd6

1 file changed, 15 insertions(+), 15 deletions(-)

changed files
M fly.tomlfly.toml
@@ -18,24 +18,24 @@
[[services]] internal_port = 8080 - [services.concurrency] - type = "requests" - soft_limit = 15000 +[services.concurrency] +type = "requests" +soft_limit = 15000 - [[services.ports]] - port = 80 +[[services.ports]] +port = 80 - [[services.ports]] - handlers = [ "tls" ] - port = 443 +[[services.ports]] +handlers = ["tls"] +port = 443 - [[services.http_checks]] - grace_period = "10s" - protocol = "http" - interval = "10s" - method = "GET" - timeout = "1s" - path = "/health" +[[services.http_checks]] +grace_period = "10s" +protocol = "http" +interval = "10s" +method = "GET" +timeout = "1s" +path = "/health" [[vm]] size = "shared-cpu-1x"