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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-07-02 20:22:57 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-07-02 20:37:49 +0400
commit22b447aa7395e71e22e7e8368a068d9d3d26b115 (patch)
treee33cb5a7e6f1674ca20009495900b02075a006db /README.md
parente53007a3f3b5c21966ea9e71173198be577efc78 (diff)
Add workaround to disable gzipping the server response for the app
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 65592d1b..551fdbf2 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ An ownCloud app to work with office documents alone and/or collaboratively.
[![Build Status](https://travis-ci.org/owncloud/documents.svg?branch=master)](https://travis-ci.org/owncloud/documents)
+### Known issues ###
+**Problem**: Editor doesn't open. Spinner spins for ages.
+**Solution**: Try to disable gzip for Documents app by adding the following line to your .htaccess:
+`SetEnvIf Request_URI .*/apps/documents/ajax/.* no-gzip dont-vary`
### How to add more fonts ###
+ Upload font files to **documents/css/fonts** directory