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

This commit is contained in:
root 2015-02-15 00:12:13 +01:00
parent 2ba72e613d
commit 8d1b8f7f36

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