From 159752d5a90d0ba8ae3a2f825ab8f4c3e2e05814 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 3 Jan 2009 04:00:41 +0000 Subject: Copy tests for HTTP server. --- test/httpserver/testfiles/httpserver.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/httpserver/testfiles/httpserver.conf (limited to 'test/httpserver/testfiles/httpserver.conf') diff --git a/test/httpserver/testfiles/httpserver.conf b/test/httpserver/testfiles/httpserver.conf new file mode 100644 index 00000000..1a1c4644 --- /dev/null +++ b/test/httpserver/testfiles/httpserver.conf @@ -0,0 +1,8 @@ + +AddressPrefix = http://localhost:1080 + +Server +{ + PidFile = testfiles/httpserver.pid + ListenAddresses = inet:localhost:1080 +} -- cgit v1.2.3