From 089b75e21f5b952d688c657ae6efb5fcbf68e09d Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 19:32:48 +0200 Subject: [PATCH] fix headers --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 29623b5..0f57742 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -344,7 +344,7 @@ class mastodon ( request_headers => [ 'set X-Forwarded-Proto "https"', ], - headers => 'always set Strict-Transport-Security "max-age=31536000"', + headers => ['always set Strict-Transport-Security "max-age=31536000"'], directories => [ { 'path' => '^/(assets|avatars|emoji|headers|packs|sounds|system)',