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