aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-02-14 11:09:07 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-02-14 11:09:07 +0100
commit5c04e0eadc4e707678203cd7a1e11aa603f695da (patch)
tree4c6e86c88ff58db577c9b9e031ba679a28307dd2
parent4ff31be209aa8d535ed09fc3a894f169314b7df8 (diff)
Small change to Apache conf.
Change-Id: If2268da077f069f0e26947dedc2224c5b5fffa9f
-rw-r--r--ansible/roles/status/templates/apache_website.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/status/templates/apache_website.conf b/ansible/roles/status/templates/apache_website.conf
index 69aa1eb..88ec64e 100644
--- a/ansible/roles/status/templates/apache_website.conf
+++ b/ansible/roles/status/templates/apache_website.conf
@@ -66,7 +66,7 @@ WSGILazyInitialization On
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
- Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains"
+ Header always set Strict-Transport-Security "max-age=63072000"
Header append Cache-Control "no-transform"
<FilesMatch "\.(html|htm)$">