about summary refs log tree commit diff stats
path: root/fly.toml
Commit message (Collapse)AuthorAgeLines
* Use a special file for health checksAlan Pearce2023-09-17-1/+1
| | | | | | | This should remain a static file so that the static file functionality of the server can be tested. If it were a special case inside the server router, it could potentially continue to operate whilst the server otherwise no longer works
* add HTTP service checksAlan Pearce2023-09-16-0/+6
|
* Send HSTS header from Fly proxyAlan Pearce2023-09-16-0/+2
| | | | Bun seems to eat this header otherwise
* Merge homestead repositoryAlan Pearce2023-09-15-31/+14
|\
| * Deploy to fly.ioAlan Pearce2023-09-15-0/+21
|
* Increase fly connection limitsAlan Pearce2023-07-08-2/+2
|
* Switch to HEAD requests for health checksAlan Pearce2023-07-06-1/+1
|
* Add HTTP health checkAlan Pearce2023-07-02-0/+11
|
* Use fly proxy for TLS termination, using h2cAlan Pearce2023-07-02-19/+15
|
* Deploy to fly.ioAlan Pearce2023-07-01-0/+31