summaryrefslogtreecommitdiff
path: root/apache2/conf-available/local-securityheaders.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/conf-available/local-securityheaders.conf')
-rw-r--r--apache2/conf-available/local-securityheaders.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/apache2/conf-available/local-securityheaders.conf b/apache2/conf-available/local-securityheaders.conf
index 0930702..7f44eed 100644
--- a/apache2/conf-available/local-securityheaders.conf
+++ b/apache2/conf-available/local-securityheaders.conf
@@ -6,18 +6,18 @@
<IfDefine !_NO_HSTS>
<IfDefine !_NO_HSTS_SUBDOMAINS>
<IfDefine !_NO_HSTS_PRELOAD>
- Header add Strict-Transport-Security: "max-age=15768000;includeSubdomains;preload"
+ Header set Strict-Transport-Security: "max-age=15768000;includeSubdomains;preload"
</IfDefine>
<IfDefine _NO_HSTS_PRELOAD>
- Header add Strict-Transport-Security: "max-age=15768000;includeSubdomains"
+ Header set Strict-Transport-Security: "max-age=15768000;includeSubdomains"
</IfDefine>
</IfDefine>
<IfDefine _NO_HSTS_SUBDOMAINS>
<IfDefine !_NO_HSTS_PRELOAD>
- Header add Strict-Transport-Security: "max-age=15768000;preload"
+ Header set Strict-Transport-Security: "max-age=15768000;preload"
</IfDefine>
<IfDefine _NO_HSTS_PRELOAD>
- Header add Strict-Transport-Security: "max-age=15768000"
+ Header set Strict-Transport-Security: "max-age=15768000"
</IfDefine>
</IfDefine>
</IfDefine>