xref: /dokuwiki/_test/proxy.conf.php.dist (revision 82be9eab55bdf7ba5ca7476f52592e40ac92a233)
1<?php
2/**
3 * This configures the access to a proxy server for HTTP related proxy tests.
4 */
5$conf['host'] = '127.0.0.1';
6$conf['port'] = 3128;
7