summaryrefslogtreecommitdiff
path: root/installation/pleroma-apache.conf
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-11-11 06:56:46 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-11-11 06:56:46 +0000
commite4bd5a6950d08eddbbc12ddd3f2e91c43544238c (patch)
treea66e4537a439378a5beb98f91e81b8039075ce32 /installation/pleroma-apache.conf
parentdf72978dce3805157537e8fa1a2fec35fcf9a7cd (diff)
downloadpleroma-e4bd5a6950d08eddbbc12ddd3f2e91c43544238c.tar.gz
pleroma-e4bd5a6950d08eddbbc12ddd3f2e91c43544238c.zip
example configs: kill STS/CT headers
Diffstat (limited to 'installation/pleroma-apache.conf')
-rw-r--r--installation/pleroma-apache.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/installation/pleroma-apache.conf b/installation/pleroma-apache.conf
index cbb165064..d5e75044f 100644
--- a/installation/pleroma-apache.conf
+++ b/installation/pleroma-apache.conf
@@ -34,9 +34,6 @@ CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLCompression off
SSLSessionTickets off
- # Uncomment this only after you get HTTPS working.
- # Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"
-
RewriteEngine On
RewriteCond %{HTTP:Connection} Upgrade [NC]
RewriteCond %{HTTP:Upgrade} websocket [NC]