From 5d83cfe03e6e3ec3a0d187cdabadb6074e129a66 Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Sat, 23 May 2015 19:37:22 -0400 Subject: [PATCH] v0.59 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73cb255..1b618a5 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,13 @@ There will always be more work to do here. ;-) ##### v0.59 5/23/15 by DW -You can now delegate requests to apps running on other ports on your server machine. There's a new optional section of the prefs. json file where you specify these mappings. It's called domainMap. It's a set of name-values, where the name is the domain, and the value is the port the requests are mapped to. Here's an example of a prefs.json that has a domainMap specified. It maps twitter.radio3.io to the process running on port 5342, twitter.happyfriends.camp to 5338, and any request on judgment.club to the process on port 5351. The name matches the end of the HOST header for the request, so a request for judy.judgment.club will map, as will renee.judgment.club and judgment.club. +You can now delegate requests to apps running on other ports on your server machine. + +There's a new optional section of the prefs. json file where you specify these mappings. It's called domainMap. It's a set of name-values, where the name is the domain, and the value is the port the requests are mapped to. + +Here's an example of a prefs.json that has a domainMap specified. It maps twitter.radio3.io to the process running on port 5342, twitter.happyfriends.camp to 5338, and any request on judgment.club to the process on port 5351. + +The name matches the end of the HOST header for the request, so a request for judy.judgment.club will map, as will renee.judgment.club and judgment.club. ##### v0.57 5/11/15 by DW