summaryrefslogtreecommitdiff
path: root/test/httpserver/testfiles/httpserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/httpserver/testfiles/httpserver.conf')
-rw-r--r--test/httpserver/testfiles/httpserver.conf8
1 files changed, 8 insertions, 0 deletions
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
+}