From 8d1b8f7f36dde2a800f5f0b0d4fd7c6be4bae28d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Feb 2015 00:12:13 +0100 Subject: [PATCH] Add example code for new templates 'redirect.tmpl' and 'proxy.tmpl'. --- pillar.example | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pillar.example b/pillar.example index d2b2b16..65deac6 100644 --- a/pillar.example +++ b/pillar.example @@ -57,6 +57,17 @@ apache: Additional config as a multi-line string here + # if template is 'redirect.tmpl' + # RedirectSource: '/' + # RedirectTarget: 'http://www.example.net' + + # if template is 'proxy.tmpl' + # ProxyPreserveHost: 'On' + # ProxyPassSource: '/' + # ProxyPassTarget: 'http://www.example.net' + # ProxyPassReverseSource: '/' + # ProxyPassReverseTarget: 'http://www.example.net' + Formula_Append: | Additional config as a multi-line string here