diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-11-01 20:07:40 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-11-02 19:01:03 +0000 |
commit | 774169bd95e1bbe3e27e602acbba88650db44972 (patch) | |
tree | 5afc871da045bb8b866d6a28864930c43af63aec /src/vcl/vcl_test.conf | |
parent | 0a62e5a3d817c3400be122c58d0311c298047580 (diff) |
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>
Diffstat (limited to 'src/vcl/vcl_test.conf')
-rw-r--r-- | src/vcl/vcl_test.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/vcl/vcl_test.conf b/src/vcl/vcl_test.conf index da8e8185038..9cf87e8cd28 100644 --- a/src/vcl/vcl_test.conf +++ b/src/vcl/vcl_test.conf @@ -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 } |