]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Add proper support for proxies
[tt-rss.git] / config.php-dist
index 7a076d97693c3b8d125b42536b61d335ffe90bf5..f9cc181af4287d5ad9cc642b626c61cc1a5b164f 100644 (file)
        // 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