Parent Directory
|
Revision Log
no longer touch to /etc/hosts, not needed anymore since last commit on apache module
1 | misc | 2203 | class buildsystem { |
2 | class forum_proxy { | ||
3 | $web_domain = "forums.$domain" | ||
4 | |||
5 | apache::vhost_reverse_proxy { "$web_domain": | ||
6 | url => "http://$web_domain/", | ||
7 | } | ||
8 | |||
9 | apache::vhost_reverse_proxy { "ssl_$web_domain": | ||
10 | vhost => $web_domain, | ||
11 | use_ssl => true, | ||
12 | url => "http://$web_domain/", | ||
13 | } | ||
14 | } | ||
15 | } |
Name | Value |
---|---|
svn:keywords | "ID Date Rev" |
ViewVC Help | |
Powered by ViewVC 1.1.28 |