xref: /dokuwiki/_test/proxy.conf.php.dist (revision c17acf88845c3b2853058310c25c9773a7c11b3c)
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