summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-30 11:29:09 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-30 11:29:09 +0200
commit55f552e95026493c427d01ee33309c73482546c8 (patch)
tree2b4d05bb080cb1f1eb7b3c73c4c99b2c48f93c83 /README.md
parenta310a2188119f75e77e9a27ad44685973d5735af (diff)
remove proxy from docs, use owncloud internal proxy settings
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
-