Browse Source

Add example code for new templates 'redirect.tmpl' and 'proxy.tmpl'.

master
root 10 years ago
parent
commit
8d1b8f7f36
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      pillar.example

+ 11
- 0
pillar.example View File

@@ -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

Loading…
Cancel
Save