Parent Directory | Revision Log
Add content parameter to apache::vhost::reverse_proxy
1 | misc | 2704 | define apache::vhost::reverse_proxy($url, |
2 | $vhost = false, | ||
3 | boklm | 3348 | $use_ssl = false, |
4 | $content = '') { | ||
5 | misc | 2704 | include apache::mod::proxy |
6 | apache::vhost::base { $name: | ||
7 | use_ssl => $use_ssl, | ||
8 | vhost => $vhost, | ||
9 | content => template('apache/vhost_reverse_proxy.conf') | ||
10 | } | ||
11 | } |
ViewVC Help | |
Powered by ViewVC 1.1.30 |