all repos — homestead @ 4483c2caa3dcfcbb2587a027f050908eee394823

Code for my website

provision wildcard certificate correctly

Alan Pearce
commit

4483c2caa3dcfcbb2587a027f050908eee394823

parent

7efde03349577cf014d875dde8f12a1c78c5d71c

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

changed files
M fly.tomlfly.toml
@@ -41,15 +41,6 @@ [services.concurrency]
type = "requests" soft_limit = 15000 - [[services.http_checks]] - grace_period = "10s" - protocol = "https" - tls_server_name = "alanpearce.eu" - interval = "10s" - method = "GET" - timeout = "1s" - path = "/health" - [[vm]] size = "shared-cpu-1x"