VCL: application proxy configuration

- Add support to configure VCL to set
  application proxy transport types
  and app_is_proxy flag via vcl
  config file or env vars.
- Clean up debug output.
- Rename session_scope -> app_scope.

Change-Id: I6e35f3cdd84daf0112133af8f33acd0152f87ca3
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2017-11-01 20:07:40 -04:00
committed by Florin Coras
parent 0a62e5a3d8
commit 774169bd95
4 changed files with 168 additions and 106 deletions

View File

@ -22,10 +22,11 @@ vcl {
app-timeout 54.3
session-timeout 66.6
accept-timeout 0.1
session-scope-local
session-scope-global
app-proxy-transport-tcp
app-proxy-transport-udp
app-scope-local
app-scope-global
namespace-id 0123456789012345678901234567890123456789012345678901234567890123456789
namespace-id Oh_Bother!_Said_Winnie-The-Pooh
namespace-secret 0x42bada55e5
namespace-secret 42
}