summaryrefslogtreecommitdiff
path: root/test/httpserver/testfiles/httpserver.conf
blob: d8c72a3fdafe7ddf39f780e992c357eae1654640 (plain)
1
2
3
4
5
6
7
8
9
# Use 127.0.0.1 instead of localhost to force use of IPv4, as that is what the server
# binds to. Windows tends to use IPv6 instead if possible, breaking the test.
AddressPrefix = http://127.0.0.1:1080

Server
{
	PidFile = testfiles/httpserver.pid
	ListenAddresses = inet:localhost:1080
}