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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-01-08 10:56:08 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-01-08 15:19:30 +0400
commitc6fa2dd8e2eea15b92fa696532dc10804866e62f (patch)
tree4bf483066d76eea3b3b674e1fa216bfa977a8c53 /.htaccess
parent8d38228c98a8bbd1ff86389bb855550b8ab0ad3b (diff)
turn off mod_pagespeed
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 08e2a82facb..fa6263c7ffe 100755
--- a/.htaccess
+++ b/.htaccess
@@ -38,3 +38,6 @@ DirectoryIndex index.php index.html
</IfModule>
AddDefaultCharset utf-8
Options -Indexes
+<IfModule pagespeed_module>
+ ModPagespeed Off
+</IfModule>