diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-09-02 22:12:30 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-09-02 22:12:30 +0200 |
commit | 94de3b7a8d1b188d29e7d94f9099db64c3d6cfad (patch) | |
tree | 7eb5228077fe2d0235393b9df76d2e73f38e7e6e /conf/dokuwiki.php | |
parent | 00a7b5ad8c432fcfb4f394ab300d802a0fe4c35c (diff) | |
download | rpg-94de3b7a8d1b188d29e7d94f9099db64c3d6cfad.tar.gz rpg-94de3b7a8d1b188d29e7d94f9099db64c3d6cfad.tar.bz2 |
HTTPClient is now used for RSS fetching
darcs-hash:20050902201230-7ad00-3446903b251caa6b0422603fc738b4d4ba872906.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 7 |
1 files changed, 7 insertions, 0 deletions
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'; |