Fly.io starts routing requests to the VM the moment it becomes reachable (listens on its service ports) even if it is not ready yet. This causes transient failures on machine startup.
···5757command = git-pages
5858[program:caddy]
5959command = caddy run
6060+depends_on = pages
6061EOF
61626263# In a standalone configuration (the default) use port 3000 (http) to connect to git-caddy.