summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7b60fba95..e78cb3761 100644
--- a/README.rst
+++ b/README.rst
@@ -178,7 +178,11 @@ The configuration is in **INI** format and looks like this:
* **simplePieCacheDuration**: Amount of seconds to cache feeds
* **feedFetcherTimeout**: Maximum number of seconds to wait for an RSS or Atom feed to load. If a feed takes longer than that number of seconds to update, the update will be aborted
* **useCronUpdates**: To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default by setting this to false
-
+* **proxHost**: The adress of the proxy. Leave empty if no proxy should be used
+* **proxyPort**: The proxy port, defaults to 8080
+* **proxyAuth**: The proxy auth details. Provide these in HTTP basic auth format:
+
+ user:password