Fly.io: enable Caddy metrics collection.

This commit is contained in:
Catherine
2025-09-22 09:50:01 +00:00
parent 247922a093
commit e78f70626e
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
log {
output stderr
level WARN
exclude http.auto_https
exclude admin http.auto_https
format console {
time_key ""
}
+5
View File
@@ -18,6 +18,7 @@ cpus = 2
memory = 512
[env]
CADDY_ADMIN = ":2019"
UDP_BIND_TO = "fly-global-services"
ALLOW_PROXY = "172.16.0.0/16"
AUTOMEMLIMIT = "0.25"
@@ -80,3 +81,7 @@ path = "/"
grace_period = "5s"
interval = "2s"
timeout = "1s"
[metrics]
port = 2019
path = "/metrics"