Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-05-03 10:05:05 +0300
committerAleksander Machniak <alec@alec.pl>2020-05-03 10:05:05 +0300
commitf0f6234a1a82080e0bcbd31a9f95c225ddb2bdac (patch)
tree3c6e54da8c1821c8ee7fa5a0f223c8fc40aa98a7 /.htaccess
parent87ca7a09dc7bcb888f47b971c5eec26b7a9ca2de (diff)
Use merge instead of append (#7341)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 99296c0d3..ba9e8f3b8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -34,8 +34,8 @@ Options -Indexes
# Disable page indexing
Header set X-Robots-Tag "noindex, nofollow"
-# replace 'append' with 'merge' for Apache version 2.2.9 and later
-#Header append Cache-Control public env=!NO_CACHE
+# replace 'merge' with 'append' for Apache < 2.2.9
+#Header merge Cache-Control public env=!NO_CACHE
# Optional security headers
# Only provides increased security if the browser supports those features