From 94de3b7a8d1b188d29e7d94f9099db64c3d6cfad Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 2 Sep 2005 22:12:30 +0200 Subject: HTTPClient is now used for RSS fetching darcs-hash:20050902201230-7ad00-3446903b251caa6b0422603fc738b4d4ba872906.gz --- conf/dokuwiki.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 460f0a416..a264e8717 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -79,6 +79,13 @@ $conf['target']['extern'] = '_blank'; $conf['target']['media'] = ''; $conf['target']['windows'] = ''; +//Proxy setup - if your Server needs a proxy to access the web set these +$conf['proxy']['host'] = ''; +$conf['proxy']['port'] = ''; +$conf['proxy']['user'] = ''; +$conf['proxy']['pass'] = ''; +$conf['proxy']['ssl'] = ''; + /* Safemode Hack */ $conf['safemodehack'] = 0; //read http://wiki.splitbrain.org/wiki:safemodehack ! $conf['ftp']['host'] = 'localhost'; -- cgit v1.2.3