diff options
author | Chris Wilson <chris+github@qwirx.com> | 2009-01-03 04:00:41 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2009-01-03 04:00:41 +0000 |
commit | 159752d5a90d0ba8ae3a2f825ab8f4c3e2e05814 (patch) | |
tree | f0b01e1bc951f0ce67208347d138016958341d3b /test/httpserver/testfiles/httpserver.conf | |
parent | b7c52100d6ca16f75d5cfbad30f5d19cea380c6d (diff) |
Copy tests for HTTP server.
Diffstat (limited to 'test/httpserver/testfiles/httpserver.conf')
-rw-r--r-- | test/httpserver/testfiles/httpserver.conf | 8 |
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 +} |