diff options
| author | Till Maas <opensource@till.name> | 2015-02-12 21:41:27 +0100 |
|---|---|---|
| committer | Till Maas <opensource@till.name> | 2015-02-12 21:41:27 +0100 |
| commit | ce8655f7d13e2c4e0ff05ec03a58681efd4d85ac (patch) | |
| tree | ea82843ef0431871582872ceef33405cbf8fde04 /roles/httpd/reverseproxy | |
| parent | ee9730d6b71731e1b9a85f121c9fcc4abb2757ce (diff) | |
Set HSTS for sslonly websites in roles/httpd/reverseproxy
Diffstat (limited to 'roles/httpd/reverseproxy')
5 files changed, 0 insertions, 10 deletions
diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf index 4cfa0a35d..bbb254330 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf @@ -4,5 +4,3 @@ Header unset Set-Cookie ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}} - -Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf index d9c3efc5e..b1c1a3a2d 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf @@ -8,5 +8,3 @@ Header unset Set-Cookie ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}} - -Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf index 7048e7487..beb69201b 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf @@ -10,5 +10,3 @@ ProxyPassReverse /accounts/user/dogencert http://fas1/ ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}} - -Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf index c94b9f77d..ec258f884 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf @@ -26,8 +26,6 @@ RewriteRule ^([a-z0-9-]+)\.id\.fedoraproject\.org/.* {{proxyurl}}/openid/id/$1/ RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L] -Header always add Strict-Transport-Security "max-age=15768000; preload" - RewriteRule ^(.+) - [PT] 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" |
