Commit 16ad51e5 authored by Łukasz Nowak's avatar Łukasz Nowak

- let haproxy listen on local address, to be protected by apache


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44115 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0bd3643f
......@@ -136,7 +136,7 @@ class Recipe(BaseSlapRecipe):
self.connection_dict.update(
haproxy_login=self.installHaproxy(
ip=self.getGlobalIPv6Address(), port='15000', name='login',
ip=self.getLocalIPv4Address(), port='15000', name='login',
url_list=login_list, server_check_path=
self.parameter_dict.get('server_check_path', '/erp5/getId')))
self.connection_dict.update(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment