Started inital migration to rails 3.2
This commit is contained in:
11
forum.conf
Executable file
11
forum.conf
Executable file
@@ -0,0 +1,11 @@
|
||||
ProxyPass /forum balancer://forumcluster
|
||||
ProxyPassReverse /forum balancer://forumcluster
|
||||
|
||||
<Proxy balancer://forumcluster>
|
||||
BalancerMember http://127.0.0.1:3000/forum
|
||||
BalancerMember http://127.0.0.1:3001/forum
|
||||
BalancerMember http://127.0.0.1:3002/forum
|
||||
BalancerMember http://127.0.0.1:3003/forum
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Proxy>
|
||||
Reference in New Issue
Block a user