Add workaround to disable gzipping the server response for the app
This commit is contained in:
parent
e53007a3f3
commit
22b447aa73
@ -7,6 +7,10 @@ An ownCloud app to work with office documents alone and/or collaboratively.
|
|||||||
|
|
||||||
[](https://travis-ci.org/owncloud/documents)
|
[](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 ###
|
### How to add more fonts ###
|
||||||
+ Upload font files to **documents/css/fonts** directory
|
+ Upload font files to **documents/css/fonts** directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user