summaryrefslogtreecommitdiff
path: root/hosts/surtr/http.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/http.nix')
-rw-r--r--hosts/surtr/http.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix
index 5c7ae754..cfd99b53 100644
--- a/hosts/surtr/http.nix
+++ b/hosts/surtr/http.nix
@@ -47,6 +47,8 @@
47 client_body_temp_path /run/nginx-client-bodies; 47 client_body_temp_path /run/nginx-client-bodies;
48 client_max_body_size 0; 48 client_max_body_size 0;
49 create_full_put_path on; 49 create_full_put_path on;
50
51 add_header Strict-Transport-Security "max-age=63072000" always;
50 ''; 52 '';
51 }; 53 };
52 }; 54 };