all repos — homestead @ 9218b1adb065d974c80972f56db993e464652f10

Code for my website

fly: don't modify http headers

Alan Pearce
commit

9218b1adb065d974c80972f56db993e464652f10

parent

64c924a1b59394a0c270bb10a14aa250eef43a3c

1 file 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]]