all repos — website @ 98cd9b3d285219fea65961f5cf551c42adfd22e9

My website

fly: don't modify http headers
Alan Pearce alan@alanpearce.eu
Fri, 19 Apr 2024 23:27:22 +0200
commit

98cd9b3d285219fea65961f5cf551c42adfd22e9

parent

4c80a0b2acb578e5a8bfe311591a85ac19527220

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M fly.tomlfly.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]]