From 4b8382c97f391c7f729f1f1db194c4e577bed657 Mon Sep 17 00:00:00 2001 From: Andrew Johnstone Date: Fri, 23 Jan 2015 17:02:09 +0000 Subject: [PATCH] Update configs --- config/hostheader_test.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/config/hostheader_test.json b/config/hostheader_test.json index 448eab81..4ed1337d 100644 --- a/config/hostheader_test.json +++ b/config/hostheader_test.json @@ -8,8 +8,16 @@ "method": "dns", "nameserver": "127.0.0.1", "servers": [ - "0.www.example.com", - "1.www.example.com" + { + "name": "example-service", + "port": 80, + "host": "0.www.example.com", + }, + { + "name": "example-service-2", + "port": 80, + "host": "1.www.example.com", + } ] }, "haproxy": {