diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 2 |
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]] |