summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-02-14 11:08:04 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-02-14 11:08:04 +0100
commit17472af22f74813052aaf22041db8dab3ebd43f4 (patch)
tree1a3b1f58576a60b8af52abe9cf8d50e87f528ddd /ansible
parent17870289d92e1a828d2b991fa67dfbd6f140b3f9 (diff)
Small change to Apache conf.
Change-Id: I247396ff31a21dec39f2334e8452ef5d00ba961c
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/apache/templates/apache_website.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/apache/templates/apache_website.conf b/ansible/roles/apache/templates/apache_website.conf
index 33adbd5..080c939 100644
--- a/ansible/roles/apache/templates/apache_website.conf
+++ b/ansible/roles/apache/templates/apache_website.conf
@@ -60,7 +60,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"
Alias /images/ "{{ install_base }}/{{ hostname }}/htdocs/images/"