summaryrefslogtreecommitdiffstats
path: root/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2015-02-12 21:41:27 +0100
committerTill Maas <opensource@till.name>2015-02-12 21:41:27 +0100
commitce8655f7d13e2c4e0ff05ec03a58681efd4d85ac (patch)
treeea82843ef0431871582872ceef33405cbf8fde04 /roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf
parentee9730d6b71731e1b9a85f121c9fcc4abb2757ce (diff)
Set HSTS for sslonly websites in roles/httpd/reverseproxy
Diffstat (limited to 'roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf')
-rw-r--r--roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf
index b89e28384..c1cf16303 100644
--- a/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf
+++ b/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf
@@ -37,5 +37,3 @@ Header unset Set-Cookie
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
-
-Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"