fly: don't modify http headers
Alan Pearce alan@alanpearce.eu
Fri, 19 Apr 2024 23:27:22 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M fly.toml → fly.toml
@@ -29,6 +29,8 @@ [http_service.concurrency] type = "requests" hard_limit = 20000 soft_limit = 15000 +[http_service.http_options.response] + pristine = true [http_service.http_options.response.headers] Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload" [[http_service.checks]]