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 d58112b..6d8757f 100644 --- a/fly.toml +++ b/fly.toml @@ -19,3 +19,5 @@ primary_region = "ams" auto_start_machines = true min_machines_running = 3 processes = ["app"] +[http_service.http_options.response.headers] + Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload" |