From 7aeda574860428d96fa1660613646b5684c1a6ea Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 26 Jun 2010 20:42:48 +0200 Subject: added proxy exception regexp FS#1247 --- conf/dokuwiki.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index f2a843f96..2405494e0 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -142,11 +142,12 @@ $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'] = 0; +$conf['proxy']['host'] = ''; +$conf['proxy']['port'] = ''; +$conf['proxy']['user'] = ''; +$conf['proxy']['pass'] = ''; +$conf['proxy']['ssl'] = 0; +$conf['proxy']['except'] = ''; /* Safemode Hack */ -- cgit v1.2.3