summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authormartin scharm <[email protected]>2018-01-18 08:48:53 +0100
committermartin scharm <[email protected]>2018-01-18 08:48:53 +0100
commit32dc9ec854f9c317266584ecb33127f469d4bd80 (patch)
tree18dc45c8cee92010ec620ebd8963bd8fab3d1db8 /config.php-dist
parent213c01d459455d0c9062e228e5bc581c92fcda69 (diff)
undocumenting the proxy settings [see #36]
in response to https://git.tt-rss.org/git/tt-rss/pulls/36#issuecomment-119
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.php-dist b/config.php-dist
index f9cc181af..7a076d976 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -196,9 +196,4 @@
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).
- define('PROXY', '');
- // Connect to RSS feeds through a PROXY, this way tt-rss won't connect to
- // webservers directly.
- // Example format: '127.0.0.1:8123' (polipo proxy running on localhost)
-
// vim:ft=php