From c1cbde5c9670f8cd08894a3d46b3ba114a314657 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 29 Mar 2016 20:06:58 +0200 Subject: Add mapping notes --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8d9a1d8..14e7def 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,16 @@ Total: 1 100 223.2 37 1424 docker build -t goxy . docker run -d --name goxy -p 192.168.243.5:80:80 -p 192.168.243.5:443:443 --net testnet goxy + +## Mapping + +### Host scheme + http://host/path -> http only + https://host/path -> http redirect to https, cert required + ws, wss -- ? + +### Upstream scheme + http://backend/path + https://backend/path + ws://backend/path + wss://backend/path -- cgit v1.2.3