Commit dfa557e7 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Julien Muchembled

erp5: Fix IPv6 apache configuration syntax.

parent 6bae6808
......@@ -312,7 +312,7 @@ link-binary =
[template-balancer]
< = download-base
filename = instance-balancer.cfg.in
md5sum = 4157bc5954e1ced1dac1295994c9d715
md5sum = 7fff2d3a812614aa5671f8306dfc991e
[template-haproxy-cfg]
< = download-base
......
......@@ -73,7 +73,7 @@ command-line = "{{ parameter_dict['haproxy'] }}/sbin/haproxy" -f "${haproxy-cfg:
[apache]
recipe = slapos.cookbook:apache.zope.backend
backend-list = {{ dumps(apache_dict.values()) }}
ip = {{ dumps([ipv6, ipv4]) }}
ip = {{ dumps(['[' ~ ipv6 ~ ']', ipv4]) }}
wrapper = ${directory:bin}/apache
scheme = https
key-file = ${directory:apache-conf}/apache.key
......
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