about summary refs log tree commit diff stats
path: root/fly.toml
blob: e6363d22efbdda03a3ce3e8265cedd6347304095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# fly.toml file generated for alanpearce-eu on 2023-06-30T19:28:33+02:00

app = "alanpearce-eu"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "ams"

[metrics]
  port = 9091
  path = "/metrics"

[env]
  SITE_ROOT = "/srv"

[http_service]
  internal_port = 8080
  force_https = true
  auto_stop_machines = true
  auto_start_machines = true
  min_machines_running = 1
  [http_service.concurrency]
    type = "requests"
    soft_limit = 2000
    hard_limit = 2500
  [[http_service.checks]]
    grace_period = "10s"
    interval = "30s"
    method = "GET"
    timeout = "5s"
    path = "/"