summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index 6d8e9f8e9..15c296e98 100644
--- a/README.md
+++ b/README.md
@@ -170,10 +170,6 @@ autoPurgeCount = 200
simplePieCacheDuration = 1800
feedFetcherTimeout = 60
useCronUpdates = true
-proxyHost =
-proxyPort = 8080
-proxyUser =
-proxyPassword =
```
@@ -183,11 +179,5 @@ proxyPassword =
* **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
-### Not working (not yet)
-* **proxHost**: The adress of the proxy. Leave blank if no proxy should be used
-* **proxyPort**: The proxy port, defaults to 8080
-* **proxyUser**: The proxy user name for the login. Must not container colons. Leave blank if there is none.
-* **proxyPassword**: The proxy user password for the login
-