From b65aa0a6d8c735763cfb237db2b158b892abf77c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 24 May 2024 20:13:25 +0200 Subject: server: support h2c --- fly.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fly.toml') 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]] -- cgit 1.4.1