about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-24 20:13:25 +0200
committerAlan Pearce2024-05-24 20:15:23 +0200
commitb65aa0a6d8c735763cfb237db2b158b892abf77c (patch)
tree310bd7ac7daa19a687065d533226c72b4f95d847 /fly.toml
parentf1269cec2d85f21823f1d79eda5d6e29fa2a0cfa (diff)
downloadwebsite-b65aa0a6d8c735763cfb237db2b158b892abf77c.tar.lz
website-b65aa0a6d8c735763cfb237db2b158b892abf77c.tar.zst
website-b65aa0a6d8c735763cfb237db2b158b892abf77c.zip
server: support h2c
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml
index 5b25a9d..d9d84da 100644
--- a/fly.toml
+++ b/fly.toml
@@ -29,6 +29,8 @@ primary_region = "ams"
     type = "requests"
     hard_limit = 20000
     soft_limit = 15000
+[http_service.http_options]
+  h2_backend = true
 [http_service.http_options.response]
   pristine = true
 [[http_service.checks]]