diff --git a/config.php b/config.php index 180051b..9ec186c 100644 --- a/config.php +++ b/config.php @@ -3,11 +3,11 @@ define("CONTROL_PORT", "15000"); define("TOR_DATA_DIR", "/data"); define("PROXY_PORT", "8123"); - define("INSTANCES", "25"); + define("INSTANCES", "15"); define("BALANCE_MODE", "roundrobin"); define("SOCKS_PORT", "9050"); define("CHECK_INSTALL", "polipo,haproxy,tor,screen"); - define("CACHE_DIR", ""); + define("CACHE_DIR", "/var/cache/polipo"); define("REMOTE_LOGGING_HOST", "logs.papertrailapp.com:59362"); define("PROXY_USERNAME", "da1b91ca-b548-48ab-8c42-a556dd95d2f0"); define("PROXY_PASSWORD", "1cdf3c32-7699-4ed2-ad88-7e9897c8f7fc");